Spaces:
Running
Running
Z User commited on
Commit ·
b77d2a2
1
Parent(s): 4f3cb34
swap fallback to Llama 4 Scout (109B MoE, 327K ctx, /bin/bash.08/M)
Browse files- config.yaml +2 -2
config.yaml
CHANGED
|
@@ -4,8 +4,8 @@ model:
|
|
| 4 |
context_length: 262144
|
| 5 |
fallback_model:
|
| 6 |
provider: openrouter
|
| 7 |
-
model: meta-llama/llama-
|
| 8 |
-
context_length:
|
| 9 |
max_turns: 90
|
| 10 |
platforms:
|
| 11 |
feishu:
|
|
|
|
| 4 |
context_length: 262144
|
| 5 |
fallback_model:
|
| 6 |
provider: openrouter
|
| 7 |
+
model: meta-llama/llama-4-scout
|
| 8 |
+
context_length: 327680
|
| 9 |
max_turns: 90
|
| 10 |
platforms:
|
| 11 |
feishu:
|