PK
PK
Hi, I just tested your prompt in IntelliJ Community 2024.1 and the chinese characters are displayed correctly:  (Ubuntu 22.04)
Did you change any defaults in the Settings? It should look like this: 
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...
@jackkav @ryan-willis @ihexxa any feedback? 🙂
> Thanks, looks great Hi @jackkav can we merge this please?
You are right, the UI text is a bit misleading/unhelpful and the context size should be model dependent. The question is should we define hard context size limits at all?...
@jackkav @ryan-willis @ihexxa any feedback? 🙂
@jackkav @ryan-willis @ihexxa can anyone please review this? 🙂
> hey @PhilKes were mu suggestions helpful, or do you need more details? feel free to ask questions; if you plan to follow what you have now, the way to...