diff --git a/src/commands/config.ts b/src/commands/config.ts index 22cd020..f4ff307 100644 --- a/src/commands/config.ts +++ b/src/commands/config.ts @@ -64,9 +64,10 @@ export const MODEL_LIST = { "gpt-4o-mini", "gpt-4o-mini-2024-07-18"], - anthropic: ['claude-3-haiku-20240307', + anthropic: ['claude-3-5-sonnet-20240620', + 'claude-3-opus-20240229', 'claude-3-sonnet-20240229', - 'claude-3-opus-20240229'] + 'claude-3-haiku-20240307'] } const getDefaultModel = (provider: string | undefined): string => {