-
-
Notifications
You must be signed in to change notification settings - Fork 83
Proposal: Claude 3 Support #130
Replies: 2 comments · 6 replies
-
Yes would be amazing. I might have time to contribute this next week, @Robitx are you interested in this? |
Beta Was this translation helpful? Give feedback.
All reactions
-
Just found out that as a workaround you can run https://github.com/sigoden/aichat with --serve and use that as an openai compatible endpoint. Works pretty well... (need the pre-release version for claude 3.5) |
Beta Was this translation helpful? Give feedback.
All reactions
-
Latest version has multi provider support including Claude https://github.com/Robitx/gp.nvim?tab=readme-ov-file#3-multiple-providers |
Beta Was this translation helpful? Give feedback.
All reactions
-
Hey, this is really awesome! 🥳 I can successfully chat with OpenAI and Codepilot models as well as the Claude Haiku model. But I'm getting an error when attempting to chat with Claude 3.5 Sonnet: Gp: anthropic response is empty:
'{"type":"error","error":{"type":"invalid_request_error","message":"messages.3: all messages must have non-empty content except for the optional final assistant message"}}\n' This is my config: https://github.com/fredrikaverpil/dotfiles/pull/158/files Can you spot what I'm doing wrong? |
Beta Was this translation helpful? Give feedback.
All reactions
-
@fredrikaverpil could you run |
Beta Was this translation helpful? Give feedback.
All reactions
-
I got it to work using this config: |
Beta Was this translation helpful? Give feedback.
All reactions
-
@joshmedeski that's the haiku model you linked to. I was thinking of the sonnet 3.5 model. @Robitx actually, it just started working for me here 🚀 with the given setup I linked earlier... weird, but awesome! 🥳 Here's the output you requested: Details
|
Beta Was this translation helpful? Give feedback.
All reactions
-
I had a little trouble setting it up. I had to set up my Anthropic account and add funds. I got a similar issue to you and just restarted Neovim and it started working. So maybe it's some temporary issue during setup. |
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
Love this plugin, and would love it even more if it supported Claude 3. Not sure how difficult this would be to implement, or if there are already plans to do so.
Beta Was this translation helpful? Give feedback.
All reactions