mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 20:35:00 +00:00
copy
This commit is contained in:
parent
7fbe0d25f5
commit
cad31b638b
1 changed files with 25 additions and 0 deletions
|
@ -277,6 +277,31 @@ const LEADERBOARD_CUSTOM_TITLE = "Qwen3 results on the aider polyglot benchmark"
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
## No think, via official Alibaba API
|
||||||
|
|
||||||
|
These results were obtained running against `https://dashscope.aliyuncs.com/compatible-mode/v1`
|
||||||
|
with no thinking.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
export OPENAI_API_BASE=https://dashscope.aliyuncs.com/compatible-mode/v1
|
||||||
|
export OPENAI_API_KEY=<key>
|
||||||
|
```
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
- name: openai/qwen3-235b-a22b
|
||||||
|
use_temperature: 0.7
|
||||||
|
streaming: false
|
||||||
|
extra_params:
|
||||||
|
stream: false
|
||||||
|
max_tokens: 16384
|
||||||
|
top_p: 0.8
|
||||||
|
top_k: 20
|
||||||
|
temperature: 0.7
|
||||||
|
enable_thinking: false
|
||||||
|
extra_body:
|
||||||
|
enable_thinking: false
|
||||||
|
```
|
||||||
|
|
||||||
## OpenRouter only TogetherAI, recommended /no_think settings
|
## OpenRouter only TogetherAI, recommended /no_think settings
|
||||||
|
|
||||||
These results were obtained with the
|
These results were obtained with the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue