File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import {
1515 addParsedModelResponse ,
1616} from '@deliberation-lab/utils' ;
1717
18- const GEMINI_DEFAULT_MODEL = 'gemini-2.5-pro-latest ' ;
18+ const GEMINI_DEFAULT_MODEL = 'gemini-2.5-pro' ;
1919const DEFAULT_FETCH_TIMEOUT = 300 * 1000 ; // This is the Chrome default
2020const MAX_TOKENS_FINISH_REASON = 'MAX_TOKENS' ;
2121const AUTHENTICATION_FAILURE_ERROR_CODE = 403 ;
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ export interface AgentParticipantTemplate {
173173// ************************************************************************* //
174174export const DEFAULT_AGENT_API_TYPE = ApiKeyType . GEMINI_API_KEY ;
175175
176- export const DEFAULT_AGENT_API_MODEL = 'gemini-2.5-pro-latest ' ;
176+ export const DEFAULT_AGENT_API_MODEL = 'gemini-2.5-pro' ;
177177
178178export const DEFAULT_AGENT_MODEL_SETTINGS : AgentModelSettings = {
179179 apiType : DEFAULT_AGENT_API_TYPE ,
You can’t perform that action at this time.
0 commit comments