Closed szkane closed 2 days ago
You can specify a remote server with the apiBase
property, like so:
{
"title": "Qwen Coder 2.5 14B",
"model": "qwen2.5-coder:14b",
"provider": "ollama",
"apiBase": "http://192.168.1.1:11434"
}
You can specify a remote server with the
apiBase
property, like so:{ "title": "Qwen Coder 2.5 14B", "model": "qwen2.5-coder:14b", "provider": "ollama", "apiBase": "http://192.168.1.1:11434" }
@StefanB7 Thanks, awesome!
Validations
Problem
The current version only supports local ollama, and the ollama server with the specified URL cannot be configured.
Solution
Provide a configuration that can be used to set up the Ollama server and customize the prompt.