mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 05:50:50 +08:00
31 lines
642 B
JSON
31 lines
642 B
JSON
{
|
|
"id": "provider-local-ollama",
|
|
"provider": "ollama",
|
|
"label": "本地 Ollama",
|
|
"baseUrl": "http://localhost:11434/v1",
|
|
"apiFormat": "openai-completions",
|
|
"apiKeyRef": "",
|
|
"apiKeyVerified": false,
|
|
"enabled": false,
|
|
"status": "unconfigured",
|
|
"priceCurrency": "USD",
|
|
"services": [
|
|
"chat"
|
|
],
|
|
"models": [
|
|
{
|
|
"modelName": "llama3.1:70b",
|
|
"displayName": "Llama 3.1 70B",
|
|
"serviceType": ["chat"],
|
|
"description": "本地运行的 Llama 3.1 70B",
|
|
"contextWindow": 131072,
|
|
"capabilities": [
|
|
"chat",
|
|
"code",
|
|
"reasoning"
|
|
],
|
|
"extra": {}
|
|
}
|
|
]
|
|
}
|