goose icon indicating copy to clipboard operation
goose copied to clipboard

fix: fix initial model configuration in cli when using toolshim

Open ahau-square opened this issue 9 months ago • 0 comments

Currently if using the cli to configure an ollama model without native tool calling and you would like to use the toolshim, the configuration step will fail because it will attempt to use tools for a model that doesn't support it. This PR fixes this by ensuring that no tools are passed in the intiial configuration check.

ahau-square avatar Mar 17 '25 05:03 ahau-square