PK

Results 38 comments of PK

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...

@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...