Started messing around with trying to setup ITFlow to use Open Web UI for the AI stuff and when I go to save in the page, I get the following error. Tested with and without any information set in the fields, and I get the same result. Currently my Open Web UI instance is using port 8080 as I'm only testing so I don't have a standard or https port configuration setup currently.
AI Integration not saving with Post 500 error
That Fixed it!
Also in my testing, Open Web UI does not have "v1/chat/completions" in its api endpoint for chat and instead uses "/chat/completions" as removing the below highlighted from post/ai.php works
Not sure what to do there except do exactly that. I do see the note here about this being moved to ajax, however my word of caution is somehow make it more flexible?
This is also probably a separate topic but is there any plans to do information requesting through these sorts of LLM models? Things like request summarization or spreadsheeting of Assests or licenses.
RyanTomsHelpDesk Separate feature request thread, but this is a pretty cool idea!!
- Best Answerset by wrongecho
Hi @RyanTomsHelpDesk we updated the code so you must specify the full url now in ai settings
Example for OpenAI
Okay thanks for the update!