Skip to content

Commit e621d0e

Browse files
committed
chore: apply gemini-2.0-pro
1 parent 98756b5 commit e621d0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/local.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ llm:
4848
gemini:
4949
enabled: true
5050
api_key:
51-
llm_model: gemini-1.5-pro
51+
llm_model: gemini-2.0-pro
5252
embedding_model: text-embedding-001
5353
response_format: application/json
5454
prepared_prompts:

config/production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ llm:
4848
gemini:
4949
enabled: true
5050
api_key:
51-
llm_model: gemini-1.5-pro
51+
llm_model: gemini-2.0-pro
5252
embedding_model: text-embedding-001
5353
response_format: application/json
5454
prepared_prompts:

0 commit comments

Comments
 (0)