UI is missing claude-3-opus-20240229 option
Describe the bug The README described how one can set the endpoint to use Claude Opus. However, when following those directions, the UI does not display Opus as an option
Steps to Reproduce
- Follow README instructions to use Claude Opus
- Launch the UI
- Opus not available as an option.
Expected behavior Opus available as an option, Opus set as default
Actual behavior Opus not available as an option.
Additional context
Looking through the code, the value is missing in frontend/src/services/settingsService.ts
Values availables are given here: https://docs.litellm.ai/docs/providers/anthropic More generally, also here: https://docs.litellm.ai/docs/providers
I can make a PR
👍 PR would be helpful, thanks!
I also saw this
@rfleuryleveso most projects read available models from here: https://github.com/BerriAI/litellm/blob/main/model_prices_and_context_window.json
We also have helpful utils for getting supported providers, when importing / using litellm you will be able to see litellm providers
Should be fixed now: https://github.com/OpenDevin/OpenDevin/pull/370/files