2 Commits

Author SHA1 Message Date
88587eee27 (no commit message) 2026-01-22 15:53:13 -08:00
891f5988fc (no commit message) 2026-01-22 15:50:35 -08:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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