2 Commits

Author SHA1 Message Date
9cb7df2045 (no commit message) 2026-01-22 15:51:15 -08:00
efc1ca071b (no commit message) 2026-01-22 13:38:51 -08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@
"type": "object"
},
"lm": {
"model": "huggingface/together/meta-llama/Llama-3.3-70B-Instruct",
"model": "huggingface/together/openai/gpt-oss-20b",
"model_type": "chat",
"cache": true,
"num_retries": 3,

View File

@@ -29,7 +29,7 @@
]
},
"lm": {
"model": "huggingface/together/meta-llama/Llama-3.3-70B-Instruct",
"model": "huggingface/together/openai/gpt-oss-20b",
"model_type": "chat",
"cache": true,
"num_retries": 3,