using stepfun instead of glm

This commit is contained in:
aminnairi
2026-03-19 20:27:27 +01:00
parent c847278aa0
commit 064af9a9e8
+1 -1
View File
@@ -14,7 +14,7 @@ return {
openrouter = { openrouter = {
__inherited_from = "openai", __inherited_from = "openai",
endpoint = "https://openrouter.ai/api/v1", endpoint = "https://openrouter.ai/api/v1",
model = "z-ai/glm-4.5-air:free", model = "stepfun/step-3.5-flash:free",
extra_request_body = { extra_request_body = {
temperature = 0, temperature = 0,
max_tokens = 32768, max_tokens = 32768,