You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, every time a new account is created, I need to reconfigure the LLM and chat model settings. I want to add a default option to the system so that newly registered users can start using it immediately. How should I implement this? I observed that the documentation only provides API and key-based configurations, but I have local models deployed on Ollama. How can I add these?
The text was updated successfully, but these errors were encountered:
Describe your problem
Currently, every time a new account is created, I need to reconfigure the LLM and chat model settings. I want to add a default option to the system so that newly registered users can start using it immediately. How should I implement this? I observed that the documentation only provides API and key-based configurations, but I have local models deployed on Ollama. How can I add these?
The text was updated successfully, but these errors were encountered: