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

Support Claude 3 (Cody) #223

Closed
jmpaz opened this issue Mar 15, 2024 · 5 comments
Closed

Support Claude 3 (Cody) #223

jmpaz opened this issue Mar 15, 2024 · 5 comments

Comments

@jmpaz
Copy link

jmpaz commented Mar 15, 2024

are there plans to support Claude 3 Opus for Cody chat & commands in the near future? just recently subscribed for it / had assumed parity with the recent vscode release.

@pkos98
Copy link

pkos98 commented Mar 17, 2024

I think Claude 3 is only available for paying Cody users (Pro & Enterprise)

@manish-baghel
Copy link

manish-baghel commented Mar 22, 2024

@jmpaz
New models support is being added with https://github.com/sourcegraph/sg.nvim/tree/update-cody-agent-03-12 branch.
@tjdevries is still working on it but I tested on my machine and it works fine so you can checkout to this branch.

If you are using lazy package manager, then you can switch branch something like this,

{
	"sourcegraph/sg.nvim",
	branch = "update-cody-agent-03-12",
	build = "nvim -l build/init.lua",
....
}

2024-03-22-175738_1790x502_scrot

@pkos98
Copy link

pkos98 commented Mar 31, 2024

That was already merged and is ready to use, however only for Pro/Enterprise users.
#213

I am curious if Claude 3 is only being used for the Chat or also for the code completion?
Because AFAIK there is no completion API available for the Claude 3 models

@cloud303-cholden
Copy link

I can confirm that Claude 3 is working for chat.
image

@tjdevries
Copy link
Collaborator

The models should all be available now (as of a few days ago) and you can set your default chat model with something like this:

      require("sg").setup {
        accept_tos = true,
        chat = {
          default_model = "opeanai/gpt-4o",
        },
      }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants