micz / ThunderAI

ThunderAI is a Thunderbird Addon that uses the capabilities of ChatGPT or Ollama to enhance email management.
https://micz.it/thunderbird-addon-thunderai/
GNU General Public License v3.0
36 stars 10 forks source link

Allow compatibility with OpenWeb UI & others #160

Closed kcrkor closed 1 month ago

kcrkor commented 1 month ago

Allow URL other than v1/ to provide better compatibility. OpenWeb UI API uses path without it.

micz commented 1 month ago

I always tested the OpenAI Compatible API with an Ollama server and LM Studio, and they use the "v1". Also the users that asked for this feature (#126) were ok with the "v1" in the path. So it seems that it's not unique. I'll add it as an option for this integration, see #161. What do you think about it? Thank you for your contribution.

micz commented 1 month ago

Added the v1 option. See #161. To be released in version 2.2.2. Thank you.

kcrkor commented 1 month ago

Thank you for adding!