Skip to content
New issue

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

Make a plugin for ChatGPT #56

Open
rohankishore opened this issue Dec 17, 2023 · 3 comments
Open

Make a plugin for ChatGPT #56

rohankishore opened this issue Dec 17, 2023 · 3 comments
Labels
ON HOLD On hold right now due to some issue(s)

Comments

@rohankishore
Copy link
Owner

No description provided.

@Jajoo2
Copy link

Jajoo2 commented Feb 18, 2024

AFAIK ChatGPT api access costs money

@rohankishore
Copy link
Owner Author

Maybe make the users use their own API key? Or use any open source alternatives (do share if you know any).

@rohankishore rohankishore added the ON HOLD On hold right now due to some issue(s) label Jul 11, 2024
@RyanGreenup
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ON HOLD On hold right now due to some issue(s)
Projects
None yet
Development

No branches or pull requests

3 participants