Refactor tool handling in Ollama class to merge request-specific and globally registered tools into a single list, ensuring original requests remain unmodified. Also, remove unnecessary newline in documentation for model pulling command.

This commit is contained in:
amithkoujalgi
2025-10-23 22:20:24 +05:30
parent 1c1452836d
commit 614f7422b6
2 changed files with 13 additions and 2 deletions

View File

@@ -209,7 +209,6 @@ To download/pull the model into your Ollama server, run the following command in
```shell
ollama pull mistral
```
You can list the models available on your model server by running the following command in your terminal.