diff options
| author | mrcabbage972 <[email protected]> | 2025-08-01 17:11:51 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-01 21:11:51 +0000 |
| commit | dccca91fc944424b032b09d29afb85d225a71dcc (patch) | |
| tree | f845fec638e7ff4b2b85a7bac220324edd701c85 /packages/core/src/config/models.ts | |
| parent | a6a386f72aee3c5509a7c9fe7482060cf7d5884e (diff) | |
Switch utility calls to use the gemini-2.5-flash-lite model (#5193)
Co-authored-by: Anjali Sridhar <[email protected]>
Diffstat (limited to 'packages/core/src/config/models.ts')
| -rw-r--r-- | packages/core/src/config/models.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/core/src/config/models.ts b/packages/core/src/config/models.ts index e879268b..175f0579 100644 --- a/packages/core/src/config/models.ts +++ b/packages/core/src/config/models.ts @@ -7,4 +7,5 @@ export const DEFAULT_GEMINI_MODEL = 'gemini-2.5-pro'; export const DEFAULT_GEMINI_FLASH_MODEL = 'gemini-2.5-flash'; export const DEFAULT_GEMINI_FLASH_LITE_MODEL = 'gemini-2.5-flash-lite'; + export const DEFAULT_GEMINI_EMBEDDING_MODEL = 'gemini-embedding-001'; |
