-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Any chance we could get Claude.ai too? #66
Comments
Yeah, there's a problem with that. Both claude and gemeni API require strict order of messages to be sent, like In addition to that I'm pretty sure they have made functions support (coming pretty soon) they way as well. So in overall it's kinda pretty complex adapter required to communicate with those, and I have no plans to implement it by my own for the time being. |
Yeah totally get your point. It would be a lot of work. Do you think that something like https://github.com/SilasMarvin/lsp-ai/ could be of any help? |
Thanks for sharing this, seems like a pretty cool stuff (the first gif), gonna dig it deeper in a while. But looking at a glance it doesn't fit with this plugin as it's in no way an lsp client. Speaking about the solution, there is this #29 (comment) in a previous issue about support different services. This thing fits better to the plugin, as it's python library that solves just that. Last time there were an issue of missing dependencies on package control side to use that, but it could be solved recently, as the main blocker - modern So if being optimistic it's not that much of work to be done here, if that library is available and if it manages messages ordering by its own. But honestly this is not in my priority list as I'm not using Claude nor haunted to use it anytime soon. |
nice discussion - I also like the idea of Claude engine over the chatGPT one. |
Actually things got changed recently, especially after their introduction of MCP, so i'm about to add support of their API to this plugin. Not sure how soon though. |
That is awesome ! Thank you 👍 I live in Philippines for most of each year, and from this location I have had problems add extra funds into Anthropic account, so no urgency from my side. In the meantime (today) I will be trying to use your plugin with Grok 2. I am expecting that to be quite straightforward as Grok's documentation says it can just use the OpenAI interface unchanged (just pointing it to Grok and supply the Grok API KEY ) . I hope that works and thank you so much for developing this 🙏🏻🙏🏻🙏🏻 About Grok - it is much cheaper - and is fast catching up to the others. It is still a long way behind ChatGPT and Claude for coding support BUT there is a massive upgrade to Grok3 scheduled for "December 2024" so it is possible it will catch up to the others within a few weeks. Maybe.... 🤷🏻♂️ |
I tried a few things for those errors above. To make it clearer - I restarted Sublime, and then tried ONLY ONE These are the errors from that single attempt:
|
@jalsco Text in first message seems to say that there's something wrong with the url you're trying to request. I suggest you to create a separate issue for that and profile the full plugin settings there. |
I slowly made the switch from OpenAI to Claude.ai as the Sonnet Model is super fast and top scorer in benchmarks. Are you planning on extending the providers to work with other non OpenAIish APIs?
The text was updated successfully, but these errors were encountered: