Results 24 comments of Phil

Hi, I just tested your prompt in IntelliJ Community 2024.1 and the chinese characters are displayed correctly: ![image](https://github.com/carlrobertoh/CodeGPT/assets/39240633/16067059-86f4-4ab7-adf0-8b783e107811) (Ubuntu 22.04)

Did you change any defaults in the Settings? It should look like this: ![image](https://github.com/carlrobertoh/CodeGPT/assets/39240633/117e0099-8f1e-43b9-919d-5f2d346b53dd)

https://github.com/carlrobertoh/CodeGPT/pull/510 will introduce Ollama as a high-level service and use its native API to support code-completions

You can not use the `/v1/chat/completions` API of Ollama for code-completions, you would need an OpenAI compatible `/v1/completions` API, which Ollama does not yet include. https://github.com/carlrobertoh/CodeGPT/pull/510 will introduce Ollama as...