-
Notifications
You must be signed in to change notification settings - Fork 390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for custom OpenAI base url (LocalAI integration) #268
Labels
Comments
0x326
changed the title
Add support for custom OpenAI url (LocalAI integration)
Add support for custom OpenAI base url (LocalAI integration)
Feb 8, 2024
maybe the most important feature request I've seen |
In the mean time:
|
Run |
well almost, I also had to setup nginx and tell node to ingore my self-signed cert, and change out gpt-3.5-turbo with a model I had pulled with ollama already, I did this in nix with something like this:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature request
Adding a OpenAI url setting allows integration with https://localai.io/, a locally-run API that is compatible with the OpenAI API specification.
Why?
Running the AI server locally provides enhanced data privacy.
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: