-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mistral ollama function calling not supported warning #4
Comments
did you find a good model? |
Try granite3.1-dense D:>mcphost -m ollama:granite3.1-dense:2b-instruct-q5_K_M 2024/12/30 08:03:51 INFO Model loaded provider=ollama model=granite3.1-dense:2b-instruct-q5_K_M You: What is date today? Assistant: 2024/12/30 08:04:12 INFO 🔧 Using tool name=date__get_current_date Assistant: The current date is 2024-12-30. |
still facing the same issue do you have your ollama configured a particular way? I'm using it as is.. |
I tried a similar tool https://github.com/chrishayuk/mcp-cli with ollama:llama3.2 and it works Not sure what I might be missing with mcp-host |
Just installed current ollama release. |
my config is using the filesystem mcp server distributed officially via their github:
the interaction is as follows (I entered /tools and /servers)
the model being mistral:7b https://ollama.com/library/mistral:7b
The text was updated successfully, but these errors were encountered: