Carl-Robert Linnupuu
Carl-Robert Linnupuu
Thank you for reporting this issue. I will try to look into it soon.
Response rendering has undergone a lot of improvements. Please reopen the ticket if the issue still persists.
These are UI issues and not related to the question. I will make sure to prioritize this, as I've seen some other errors related to file filtering.
Thanks for reporting! I will look into this soon. The logic for inline editing hasn't been updated in ages.
Hi, the downloaded models are located in your home directory: `.codegpt/models/gguf` Delete the corrupted model and then try again.
IntelliJ IDEA already supports this behaviour, and other than translations, no additional implementation is required. I'm happy to support this if someone is kind enough to translate these [messages](https://github.com/carlrobertoh/CodeGPT/blob/master/src/main/resources/messages/codegpt.properties) (and...
If we're just talking about vision support through OpenAI API-compatible providers, then no additional UI changes are required. The image action must be allowed for Azure and Custom OpenAI providers...
Yes, I think we should enable image support for all models provided on Azure, since it already comes with an OpenAI-compatible API and the existing functionality should be available out...
Yes, I can confirm that this is a correct behaviour. The request body must contain either a raw prompt via the `FIM_PREFIX` placeholder or `PREFIX` and `SUFFIX` together. The suffix...
How are you connecting to Ollama? It sounds like the `stream` request parameter is set to false.