Is it possible to use OpenAI Compatible API instead of Copilot for autocompletion?
Hi, the documentation for AI Completion says that we can only use either Copilot or Codeium for autocompletion. Is this still true? Or is there a way to use an OpenAI Compatible Model instead?
There is a github issue related to this but hasn't been resolved: https://github.com/marimo-team/marimo/issues/2193
GitHub
Copilot with Local Models via Ollama · Issue #2193 · marimo-team/ma...
Description It appears marimo supports both GitHub Copilot and Codeium Copilot; I am hoping to use locally hosted models on Ollama as the third option. Suggested solution the completion section in ...
7 Replies
Someone will reply to you shortly. In the meantime, this might help:
Yep, still true. That issue is up-to-date
I see thanks for letting me know. Do you know if someone is working on this?
No one is currently as far as i know. would appreciate the contribution if you are interested!
I see. I may try to work on it. Though, I cannot at the moment, but once I'm done with what I am currently doing, I'll see what I can do
Thanks!
sounds good! let us know how we can help. i imagine we could use something like this plugin: https://github.com/asadm/codemirror-copilot
GitHub
GitHub - asadm/codemirror-copilot: CodeMirror extension to add GPT ...
CodeMirror extension to add GPT autocompletion like GitHub's Copilot. - asadm/codemirror-copilot
This is a great suggestion