Fabric
Fabric copied to clipboard
[Bug]: Can't change default model on remote Ollama server
What happened?
When i try to change --changeDefaultModel on remote Ollama server it doesn't work, it seems that --changeDefaultModel will ignore --remoteOllamaServer param. When I tried this with local Ollama server it worked well.
fabric --remoteOllamaServer 172.23.16.1 --listmodels
GPT Models:
Local Models:
dolphin-llama3:latest
llama3:latest
Claude Models:
Google Models:
fabric --remoteOllamaServer 172.23.16.1 --changeDefaultModel llama3:latest
Error: llama3:latest is not a valid model. Please run fabric --listmodels to see the available models.
Version check
- [X] Yes I was.
Relevant log output
No response
Relevant screenshots (optional)
No response