feat: Add configuration for Qwen 2.5 32b model with specific settings

This commit is contained in:
Paul Gauthier 2025-03-06 09:53:09 -08:00 committed by Paul Gauthier (aider)
parent 51d118fdb5
commit 99424a9f53
2 changed files with 27 additions and 1 deletions

View file

@ -864,6 +864,22 @@
use_repo_map: true
editor_model_name: fireworks_ai/accounts/fireworks/models/qwen2p5-coder-32b-instruct
editor_edit_format: editor-diff
reminder: user
examples_as_sys_msg: true
use_temperature: 0.6
extra_params:
max_tokens: 32000
top_p: 0.95
- name: groq/qwen-qwq-32b
remove_reasoning: think
edit_format: diff
weak_model_name: groq/qwen-2.5-coder-32b
use_repo_map: true
editor_model_name: groq/qwen-2.5-coder-32b
editor_edit_format: editor-diff
use_temperature: 0.6
extra_params:
max_tokens: 128000
top_p: 0.95