Skip to content

Commit

Permalink
default to large embedding model
Browse files Browse the repository at this point in the history
  • Loading branch information
gecsp committed Dec 22, 2024
1 parent 3bb0d32 commit 59db4f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/const/settings/llm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const DEFAULT_LLM_CONFIG = genUserLLMConfig({
},
});

export const DEFAULT_MODEL = 'gpt-4o-mini';
export const DEFAULT_EMBEDDING_MODEL = 'text-embedding-3-small';
export const DEFAULT_MODEL = 'claude-3-5-sonnet-20241022';
export const DEFAULT_EMBEDDING_MODEL = 'text-embedding-3-large';

export const DEFAULT_PROVIDER = ModelProvider.OpenAI;
export const DEFAULT_PROVIDER = ModelProvider.Anthropic;

0 comments on commit 59db4f3

Please sign in to comment.