-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
json: cannot unmarshal object into Go struct field #195
Comments
I will take it. |
I encounter the following problem.
|
Hello, Thank you for your update on this issue. While I'm not a maintainer of KoboldCpp, I can provide some general guidance based on the official documentation. It appears that you're encountering unnecessary complications when trying to start KoboldCpp. The error message suggests that additional GUI-related features are being triggered, which isn't necessary for basic operation. To run KoboldCpp as intended, you should only need to start the server component. Here's the simplest way to do this, as per the official documentation at https://github.com/LostRuins/koboldcpp?tab=readme-ov-file#readme I start it like that, but this differs, depending on your OS, your hardware and the model.
No additional UI or software should be necessary. The customtkinter error you're seeing suggests that something is trying to start a GUI, which isn't required. The endpoint is available after starting the command line tool. In addition, there will be a web interface on http://localhost:5001 If you continue to face issues with this basic setup, I recommend reaching out to the KoboldCpp community or official support channels for more specific assistance. Best regards, |
Environment
codegpt version: 0.14.2 (commit: fd5758c)
Model: Gemma 2 (via local KoboldCpp 1.72 instance)
I’ve configured codegpt to use a local KoboldCpp instance:
Issue Description
The configured koboldcpp endpoint is designed to be compatible with the OpenAI API format, see https://github.com/LostRuins/koboldcpp#Notes. Given this API compatibility,
codegpt review
operates without throwing errors (although the output quality depends on the specific model used). However,codegpt commit
encounters a persistent issue, resulting in the following error:Expected Behavior
The command should process the commit message successfully, even if the model outputs unusual characters.
The text was updated successfully, but these errors were encountered: