Mic
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?...
Are you using an EWS native account with an Exchange server?
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.
The fix should be released in Thunderbird 147.
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. 