Spaces:
Running
Running
Z User commited on
Commit ·
d9f7eb5
1
Parent(s): d55abb4
add context_length override for 32K/128K models
Browse files- config.yaml +2 -0
config.yaml
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
model: qwen/qwen-2.5-7b-instruct
|
| 2 |
provider: openrouter
|
|
|
|
| 3 |
fallback_model:
|
| 4 |
provider: openrouter
|
| 5 |
model: meta-llama/llama-3.1-8b-instruct
|
|
|
|
| 6 |
max_turns: 90
|
| 7 |
platforms:
|
| 8 |
feishu:
|
|
|
|
| 1 |
model: qwen/qwen-2.5-7b-instruct
|
| 2 |
provider: openrouter
|
| 3 |
+
context_length: 32768
|
| 4 |
fallback_model:
|
| 5 |
provider: openrouter
|
| 6 |
model: meta-llama/llama-3.1-8b-instruct
|
| 7 |
+
context_length: 131072
|
| 8 |
max_turns: 90
|
| 9 |
platforms:
|
| 10 |
feishu:
|