Complete Migration

This commit is contained in:
2025-10-19 19:43:49 -04:00
parent 0aaf073ed1
commit dba5530831

View File

@@ -38,7 +38,7 @@
"train_kwargs": {}, "train_kwargs": {},
"temperature": 0.7, "temperature": 0.7,
"max_tokens": 4096, "max_tokens": 4096,
"api_key": "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", "api_key": "<YOUR_OPENROUTER_API_KEY>",
"api_base": "https://openrouter.ai/api/v1" "api_base": "https://openrouter.ai/api/v1"
} }
}, },
@@ -85,7 +85,7 @@
"train_kwargs": {}, "train_kwargs": {},
"temperature": 1.0, "temperature": 1.0,
"max_completion_tokens": 16000, "max_completion_tokens": 16000,
"api_key": "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", "api_key": "<YOUR_OPENROUTER_API_KEY>",
"api_base": "https://openrouter.ai/api/v1" "api_base": "https://openrouter.ai/api/v1"
} }
}, },