Mic

Results 140 comments of Mic

I'm not able to replicate the error. May you activate the debug option in the ThunderAI options page, clear the console, try again and then post the full log here?...

I was able to replicate the error, there is no need to send more logs, it only happens with EWS accounts. I've filed a bug for Thunderbird: https://bugzilla.mozilla.org/show_bug.cgi?id=2002416 Thank you.

May you post the console log? Open it with CRTL+SHIFT+J. Thank you.

If you open in a browser the URL http://127.0.0.1:8080/api/tags what do you get?

Have you used the complete URL I posted? Also with the `/api/tags` part? This is what I get, a JSON response with the models list: ``` {"models":[{"name":"tinyllama:latest","model":"tinyllama:latest","modified_at":"2024-08-20T16:21:32.525160273Z","size":637700138,"digest":"2644915ede352ea7bdfaff0bfac0be74c719d5d5202acb63a6fb095b52f394a4","details":{"parent_model":"","format":"gguf","family":"llama","families":["llama"],"parameter_size":"1B","quantization_level":"Q4_0"}},{"name":"phi3:latest","model":"phi3:latest","modified_at":"2024-08-20T15:16:47.132108777Z","size":2176178913,"digest":"4f222292793889a9a40a020799cfd28d53f3e01af25d48e06c5e708610fc47e9","details":{"parent_model":"","format":"gguf","family":"phi3","families":["phi3"],"parameter_size":"3.8B","quantization_level":"Q4_0"}}]} ``` You should...

If you're using the Open WebUI API, as described here https://docs.openwebui.com/api/, in ThunderAI you should use the OpenAI Compatible API, setting also the API Key, not the Ollama API.

Given that you're using Open WebUI, maybe you're impacted by #161. Please try [version 2.2.2](https://github.com/micz/ThunderAI/releases/tag/v2.2.2).

@evolts21 is right. You have to choose the OpenAI Comp API. The one with the purple background. You have also to uncheck the "Keep the "v1" compatibility" option. ![immagine](https://github.com/user-attachments/assets/4daebd93-5695-45c3-baa3-74d702aeb390)