We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
AFAIK ChatGPT api access costs money
Sorry, something went wrong.
Maybe make the users use their own API key? Or use any open source alternatives (do share if you know any).
User's can simply spin up Ollama for an OpenAI API compatible server, pretty painless.
It would be fairly easy to implement llama-cpp-python as well, smaller models like LLama3.2 and Phi3 Run quite well on CPU for short context.
As long as the code targets the OpenAI API, users should be free to point at there own Ollama server for larger GPU models or OpenAI / Azure etc.
The Avante.nvim plugin could serve as some good inspiration, see also Parrot.nvim
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: