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

Switching LLM to ChatGPT 4 Turbo Preview for Cody Pro users #210

Closed
XenoCode54 opened this issue Mar 4, 2024 · 6 comments
Closed

Switching LLM to ChatGPT 4 Turbo Preview for Cody Pro users #210

XenoCode54 opened this issue Mar 4, 2024 · 6 comments

Comments

@XenoCode54
Copy link

I recently just subscribed to Cody Pro, and I've been looking for how to switch to using gpt 4 rather than the default llm available.

How do I switch llm to use Chatgpt 4 turbo preview?

Any information would be appreciated, thank you!

@tjdevries
Copy link
Collaborator

I think you should be able to do this with the most recent update now.

If you use CodyChat you should see a new window, and when you press M in normal mode, it should give you an option to select a different provider. I'm working on figuring out the best way to set default providers

@sandangel
Copy link

@tjdevries I can not set the model, it still showing anthropic 2.0 as the model. Can you help me with that? I press M and select the model, but there is nothing change after that.

image

@sandangel
Copy link

image

@sandangel
Copy link

hi @tjdevries , can you help me take a look? I just paid sg a month usage to try out, but find out I could not try the new Claude 3 model

@fadhlirahim
Copy link

Does selecting the Claude3 model also sets the autocompletion?
Screenshot 2024-03-20 at 1 59 40 PM

@tjdevries
Copy link
Collaborator

Sorry, I was away for awhile but have updated sg.nvim and it should have the latest models. You should be able to also set the default model with:

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

Let me know if that's not working!

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

7 participants