enricoros / big-AGI

Generative AI suite powered by state-of-the-art models and providing advanced AI/AGI functions. It features AI personas, AGI functions, multi-model chats, text-to-image, voice, response streaming, code highlighting and execution, PDF import, presets for developers, much more. Deploy on-prem or in the cloud.

Home Page:https://big-agi.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Quick fix: cannot find Claude's newest model `claude-3-5-sonnet-20240620` in model list

tranhoangnguyen03 opened this issue · comments

Description

In Anthropic service, only Claude 3 Sonnet is anthropic-claude-3-sonnet-20240229 whereas claude-3-5-sonnet-20240620 is now available.

Device and browser

Desktop & Mobile alike

Screenshots and more

No response

Willingness to Contribute

  • 🙋‍♂️ Yes, I would like to contribute a fix.

Sorry, I missed the latest release changelogs.

Great job, guys!

@tranhoangnguyen03 I did a git pull in my existing program path to update and started after that the program and clicked in the GUI on "Models ", but still no 3.5 sonnet?

@DoS007 Go to <your_url>:3000/news to check if your Big-AGI instance has been updated to version 1.16.3

If not,, maybe hard reset it: close down & remove the program, git pull and re-run the program.

@tranhoangnguyen03 You're right, it's the old version. I don't understand. I also did git pull --force and other things, and it didn't update.

Deleting and downloading anew solved it. But is that normal to always delete the program and download it anew. Maybe this has something to do via starting start /MIN npx next start --port 3000.

Just to check: When you update, you always just do git pull and it works for you?

I've also git pulled, and git log shows the last commit from 3 days ago, but still didn't see claude-3-5-sonnet@20240620 or the 1.16.3 version when running npm start.

💡 The solution was to run npm run dev and wait "Compiling..." to finish.

...and all this is because Anthropic doesn't have an API endpoint to list its models 👎