-
Notifications
You must be signed in to change notification settings - Fork 289
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
LM Studio partial support #384
Comments
Thank you for reporting! The error appears to be related to the OkHttp library and how it processes the event streams. For some reason, LM Studio doesn't seem to append empty newline at the end of the final response, causing OkHttp to fail. I am not yet sure what the fix is. |
Maybe @lmstudio-ai can sort this out on their end... |
langchain4j/langchain4j#670 related issue. The error |
Same problem here, any suggestions on how to temporarily fix it? |
Hello, everyone and especially @lucacri & @DiAifU. Settings1. Start LM Studio Server and remember loaded model name2. Select
|
Awesome, thank you! We could add a preset template for it, similar to how others are done: |
@carlrobertoh Ok. Let me try to find time for this. Will add. Wait for PR from mine :) |
What happened?
Hi,
LM Studio, with a locally running model, is working by using OpenAI with a Preset of Ollama or Lama Cpp and changing the port to the default LM Studio one (1234). The prompts are being generated but always end up with the error "Unknown API response. Code: 200, Body:".
Could you please tell me how to fix this or add support for responses being generated by LM Studio ?
Thanks for the great plugin !
Nicolas
Relevant log output or stack trace
Steps to reproduce
CodeGPT version
2.4.0
Operating System
Windows
The text was updated successfully, but these errors were encountered: