-
-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support for locally hosted LLMs #182
Comments
The support for locally hosted llms are coming soon. |
+1 on this as well. LMStudio support with this will be awesome. Any related tasks on this @haouarihk, or are you doing all this in private? |
i forgot to mention it there, LMStudio support is out, |
Relevant Discord link here, below is copypasta from the thread, c/o haitam(526577079509057537). https://discord.com/channels/1083485983879741572/1159894948636799126
note that it will not work without api key being set to something, |
I was following a blog post and self hosting both:
the requests to these servers work via curl as per this
curl http://localhost:8080/v1/models {"object":"list","data":[{"id":"gpt-3.5-turbo","object":"model"}]}%
but when I try to communicate with it through the text generator plugin with the model rename to gpt-3.5-turbo to the self hosted instance (running inside docker at localhost:8080) I get the following error.
`
`
The text was updated successfully, but these errors were encountered: