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
Just one issue, I don't really wanna give OpenAI access to my private documents.
Luckily there is an easy solution. Just allow changing the URL of the API endpoint.
This would enable easily using alternative back-ends like ollama that are API-compatible.
Probably just an environment variable would be enough.
The text was updated successfully, but these errors were encountered:
I did some quick research and it looks as though you can set an environment variable for the baseURL (OPENAI_BASE_URL) since it's not explicitly passed. There's support for other params as well.
Great idea!
Just one issue, I don't really wanna give OpenAI access to my private documents.
Luckily there is an easy solution. Just allow changing the URL of the API endpoint.
This would enable easily using alternative back-ends like ollama that are API-compatible.
Probably just an environment variable would be enough.
The text was updated successfully, but these errors were encountered: