mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 13:54:01 +00:00
17 lines
295 B
JSON
17 lines
295 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"provider": {
|
|
"@ai-sdk/openai-compatible": {
|
|
"name": "ollama",
|
|
"options": {
|
|
"baseURL": "http://localhost:11434/v1"
|
|
},
|
|
"models": {
|
|
"llama2": {
|
|
"name": "llama2"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|