mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-06-15 22:10:11 +02:00
Update OpenAI model in sample baibot config (gpt-4o -> gpt-4.1)
Related to 69d6111354a2afede26b016fe97bc8238d0eed60
This commit is contained in:
parent
adef970239
commit
db8bee548d
@ -242,7 +242,7 @@ matrix_bot_baibot_config_agents_static_definitions_openai_config_api_key: "YOUR_
|
||||
# matrix_bot_baibot_config_agents_static_definitions_openai_config_text_generation_prompt: "{{ matrix_bot_baibot_config_agents_static_definitions_prompt }}"
|
||||
|
||||
# If you'd like to use another text-generation agent, uncomment and adjust:
|
||||
# matrix_bot_baibot_config_agents_static_definitions_openai_config_text_generation_model_id: gpt-4o
|
||||
# matrix_bot_baibot_config_agents_static_definitions_openai_config_text_generation_model_id: gpt-4.1
|
||||
```
|
||||
|
||||
Because this is a [statically](https://github.com/etkecc/baibot/blob/main/docs/configuration/README.md#static-configuration)-defined agent, it will be given a `static/` ID prefix and will be named `static/openai`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user