Clément PAPPALARDO

Results 47 comments of Clément PAPPALARDO

I finally understand what you mean: I adapted your script, and I'm sending 2 inputs to LLM (with messages from input 1 passed to input 2, to simulate history). First...

https://github.com/ollama/ollama/issues/6127

Ok, thanks. I was refering myself to [Mixtral Model Page](https://ollama.com/library/mixtral:8x7b) informations. Nevermind, I will use mistral-small, which works with tools, and seems to be newer. Thanks.

I tried with mixtral:8x22b-text-v0.1-q2_K which could load on my hardware, and I had the same message: ```registry.ollama.ai/library/mixtral:8x22b-text-v0.1-q2_K does not support tools``` So, tools or no tools on Mixtral (which has...

> `mixtral:8x22b-text-v0.1-q2_K` is pre-trained (that's what `text` means) and does not support tools. Try [mixtral:8x22b-instruct-v0.1-q2_K](https://ollama.com/library/mixtral:8x22b-instruct-v0.1-q2_K). you were right, finally, I have a mixtral version with tools. Thanks

I downloaded archive, extracted executable, run it (double clic on cinnamon) same error with `gemini-2.0-flash` settings: ![Image](https://github.com/user-attachments/assets/da7049f5-7704-4f61-a9d2-65e40f3b3156)

latest version 0.9.0 I tried with Local Ollama and `llama3.2:latest`, and it's ok ![Image](https://github.com/user-attachments/assets/2096e165-06ba-4315-9e45-0b8ae7c5f056) but can't get firefox to launch ![Image](https://github.com/user-attachments/assets/0fc34cd7-0521-438d-a54a-c158a8714fab)

same problem here : I tried default install (no root) and there was problems to access /usr/share/local-ai/ then I reinstalled as root, but other problems pop up. (can't remember). Then...

> $ echo '{"model": "gabegoodhart/granite3.2-preview:8b", > "messages":[ > {"role":"control","content":"thinking"}, > {"role":"user","content":"how many times does the letter `r` occur in the word `strawberry`?"} > ], > "stream":false}' | curl -s http://localhost:11434/api/chat...

don't expose your instances to WAN, use a VPN, and if you can't, restrict the source IP PiVPN can help you