Skip to content

Commit

Permalink
fix: remove duplicate claude-3-5-sonnet-20241022 model from VERIFIED_…
Browse files Browse the repository at this point in the history
…MODELS
  • Loading branch information
openhands-agent committed Nov 9, 2024
1 parent a07e827 commit 88fcf21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/utils/verified-models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export const VERIFIED_PROVIDERS = ["openai", "azure", "anthropic"];
export const VERIFIED_MODELS = [

Check failure on line 3 in frontend/src/utils/verified-models.ts

View workflow job for this annotation

GitHub Actions / Lint frontend

Replace `⏎··"gpt-4o",⏎··"claude-3-5-sonnet-20240620",⏎` with `"gpt-4o",·"claude-3-5-sonnet-20240620"`
"gpt-4o",
"claude-3-5-sonnet-20240620",
"claude-3-5-sonnet-20241022",
];

// LiteLLM does not return OpenAI models with the provider, so we list them here to set them ourselves for consistency
Expand Down

0 comments on commit 88fcf21

Please sign in to comment.