helix-editor / helix

A post-modern modal text editor.
https://helix-editor.com
Mozilla Public License 2.0
33.88k stars 2.51k forks source link

[Enhancement] Ollama support #9368

Closed peperunas closed 10 months ago

peperunas commented 10 months ago

LLMs are more and more commonly used to provide coding support. Ollama is a great project that acts as a middleware to use local LLMs.

Adding support to it would be great.

Website: https://ollama.ai

David-Else commented 10 months ago

You can use https://github.com/sigoden/aichat and integrate it to some degree, especially if you are using a terminal multiplexer or a terminal with split windows.

Support LLMs

  • OpenAI: gpt-3.5/gpt-4/gpt-4-vision
  • Gemini: gemini-pro/gemini-pro-vision/gemini-ultra
  • LocalAI: opensource LLMs and other openai-compatible LLMs
  • Ollama: opensource LLMs
  • Azure-OpenAI: user deployed gpt-3.5/gpt-4
  • Ernie: ernie-bot-turbo/ernie-bot/ernie-bot-8k/ernie-bot-4
  • Qianwen: qwen-turbo/qwen-plus/qwen-max/qwen-max-longcontext/qwen-vl-plus