add opencode.json
This commit is contained in:
parent
b934aa5f00
commit
38ca2bf0d9
|
|
@ -1,2 +1,3 @@
|
|||
*.json
|
||||
semgrep_offline/semgrep/
|
||||
semgrep_offline/semgrep/
|
||||
!installations/opencode-cli/opencode.json
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"provider": {
|
||||
"vllm-local": {
|
||||
"npm": "@ai-sdk/openai-compatible",
|
||||
"name": "vLLM (local)",
|
||||
"options": {
|
||||
"baseURL": "http://localhost:8000/v1",
|
||||
"apiKey": "EMPTY"
|
||||
},
|
||||
"models": {
|
||||
"MiniMax-M2.5": {
|
||||
"_launch": true,
|
||||
"name": "MiniMax-M2.5"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue