refactor: rename provider key in OpenCode config template from litellm to bosgame
This commit is contained in:
@@ -37,7 +37,7 @@ def build_snippets(host: str = DEFAULT_HOST,
|
|||||||
|
|
||||||
opencode = json.dumps({
|
opencode = json.dumps({
|
||||||
"providers": {
|
"providers": {
|
||||||
"litellm": {
|
"bosgame": {
|
||||||
"npm": "@ai-sdk/openai-compatible",
|
"npm": "@ai-sdk/openai-compatible",
|
||||||
"name": "Bosgame Gateway",
|
"name": "Bosgame Gateway",
|
||||||
"options": {"baseURL": gw, "apiKey": "local"},
|
"options": {"baseURL": gw, "apiKey": "local"},
|
||||||
|
|||||||
Reference in New Issue
Block a user