obiscr / ChatGPT

This project is a plugin that supports ChatGPT running on JetBrains series IDE.
https://plugins.jetbrains.com/plugin/20603-chatgpt
Other
1.02k stars 229 forks source link

Add support for Ollama #309

Closed Rambou closed 7 months ago

Rambou commented 8 months ago

Ollama lets you run a local server with the model of your choice. Could you support that?

obiscr commented 8 months ago

Hi, unfortunately, we don't have that plan at the moment.

obiscr commented 7 months ago

@Rambou Hi, I have another project that supports ollama (but it's not an intellij plugin) that can be found here if interested https://github.com/obiscr/ollama-ui thanks!