Replies: 1 comment 2 replies
-
Right now, it's models that mimic OpenAI's API. I believe there are some GitHub projects that "proxy" other models to use OpenAI's API, which would allow this extension to use other models. Long-term it would be great to support all kinds of models, I don't see that happening in the near future, because that kind of refactoring will take time. But, we might start using Vercel's new ai library soon, which has "First-class support for LangChain and OpenAI, Anthropic, Cohere and Hugging Face". |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a plan to support LLMs other than those from OpenAI? There is huggingface-vscode that works with HF models but it doesn't have a chat interface.
Does anyone know of a similar plugin that works with LLMs on HF?
Beta Was this translation helpful? Give feedback.
All reactions