simonw / llm-claude-3

LLM plugin for interacting with the Claude 3 family of models
Apache License 2.0
223 stars 21 forks source link

Error: 'claude-3.5-sonnet' is not a known model #8

Closed flexchar closed 4 months ago

flexchar commented 4 months ago

Hey Simon,

thank you for this amazing tool!

I have installed the latest version of the plugin and llm but it doesn't show the new Claude model. I use brew. Any ideas you could help me out?

I tried

brew upgrade llm
llm install -U llm
llm uninstall llm-claude
llm install llm-claude

I can see in the logs that version is 0.4.0 and llm 0.14.

flexchar commented 4 months ago

I found this :D

You're close, llm install needs -U/--upgrade argument to actually upgrade an installed plugin. https://github.com/simonw/llm/issues/452#issuecomment-2041496452

Perhaps it could be mentioned in https://llm.datasette.io/en/stable/plugins/installing-plugins.html or in the Setup part. :)