mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
together only on OR
This commit is contained in:
parent
f12395f4d3
commit
328584e5f4
1 changed files with 5 additions and 1 deletions
|
@ -1413,13 +1413,17 @@
|
||||||
weak_model_name: openrouter/google/gemini-2.0-flash-001
|
weak_model_name: openrouter/google/gemini-2.0-flash-001
|
||||||
|
|
||||||
- name: openrouter/qwen/qwen3-235b-a22b
|
- name: openrouter/qwen/qwen3-235b-a22b
|
||||||
|
system_prompt_prefix: "/no_think"
|
||||||
use_temperature: 0.7
|
use_temperature: 0.7
|
||||||
extra_params:
|
extra_params:
|
||||||
max_tokens: 24000
|
max_tokens: 24000
|
||||||
top_p: 0.8
|
top_p: 0.8
|
||||||
top_k: 20
|
top_k: 20
|
||||||
min_p: 0.0
|
min_p: 0.0
|
||||||
temperature: 0.7
|
temperature: 0.7
|
||||||
|
extra_body:
|
||||||
|
provider:
|
||||||
|
order: ["Together"]
|
||||||
|
|
||||||
- name: together_ai/Qwen/Qwen3-235B-A22B-fp8-tput
|
- name: together_ai/Qwen/Qwen3-235B-A22B-fp8-tput
|
||||||
system_prompt_prefix: "/no_think"
|
system_prompt_prefix: "/no_think"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue