Просмотр исходного кода

Bump Anthropic text-generation model for baibot (`claude-3-7-sonnet-20250219` -> `claude-sonnet-4-5-20250929`)

pull/4745/head
Slavi Pantaleev 3 месяцев назад
Родитель
Сommit
d05c83d0d5
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      roles/custom/matrix-bot-baibot/defaults/main.yml

+ 2
- 2
roles/custom/matrix-bot-baibot/defaults/main.yml Просмотреть файл

@@ -204,8 +204,8 @@ matrix_bot_baibot_config_agents_static_definitions_anthropic_config_base_url: ht
matrix_bot_baibot_config_agents_static_definitions_anthropic_config_api_key: ""

matrix_bot_baibot_config_agents_static_definitions_anthropic_config_text_generation_enabled: true
# For valid model choices, see: https://platform.anthropic.com/docs/models
matrix_bot_baibot_config_agents_static_definitions_anthropic_config_text_generation_model_id: claude-3-7-sonnet-20250219
# For valid model choices, see: https://docs.claude.com/en/docs/about-claude/models/overview
matrix_bot_baibot_config_agents_static_definitions_anthropic_config_text_generation_model_id: claude-sonnet-4-5-20250929
# The prompt text to use (can be null or empty to not use a prompt).
# See: https://huggingface.co/docs/transformers/en/tasks/prompting
matrix_bot_baibot_config_agents_static_definitions_anthropic_config_text_generation_prompt: "{{ matrix_bot_baibot_config_agents_static_definitions_prompt }}"


Загрузка…
Отмена
Сохранить