refactor: rename provider key in OpenCode config template from litellm to bosgame

This commit is contained in:
Hitonabi
2026-06-25 22:43:10 +02:00
parent be5341fb03
commit 97f8bc34bc
+1 -1
View File
@@ -37,7 +37,7 @@ def build_snippets(host: str = DEFAULT_HOST,
opencode = json.dumps({
"providers": {
"litellm": {
"bosgame": {
"npm": "@ai-sdk/openai-compatible",
"name": "Bosgame Gateway",
"options": {"baseURL": gw, "apiKey": "local"},