Open graelo opened 4 days ago
Hi ! yes im seeing that too, this morining when i saw your issue i got right on the problem,but i think is the ollama calls, wich are made by open webui logic, i tryed several fixes with no avail, maby the better option es refactor and ask for a olla url n valves an use the native calls, it would also fix the issue with context over the openAi api, also that set your context in another modelfile to use this, i forgot to mention on the readme. i will try an update it to fix it so i can really be sacallable
Thank you!
Hi, thanks, that's very interesting.
I'd like to know if you've ever had
Unclosed client session
errors. It's the second time I use mcts functions with open-webui, and each time I have these errors after I receive the results. Outside of mcts function, I have no issues, with websearch and ollama working very well. Is there something I could be missing? It probably is something stupid.I know that could be a question for open-webui, but I see it as very specific to mcts functions, and so your experience could be super valuable to me, compared to the general answers I could get on the forum. I'll head there in case you can't help me.
Basically, I now the async session must be closed or reused, but not opened again and again, which of course happens in tree search.
Would you have any clue? Thanks in advance!