Skip to content

Commit a85dafc

Browse files
chethanukMini256
andauthored
chore: change default model from gemini-1.5-flash to gemini-2.5-flash (#687)
Co-authored-by: Mini256 <minianter@foxmail.com>
1 parent 42e24d5 commit a85dafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/rag/llms/provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class LLMProviderOption(BaseModel):
8080
provider_display_name="Vertex AI",
8181
provider_description="Vertex AI is a fully-managed, unified AI development platform for building and using generative AI.",
8282
provider_url="https://cloud.google.com/vertex-ai",
83-
default_llm_model="gemini-1.5-flash",
83+
default_llm_model="gemini-2.5-flash",
8484
llm_model_description="Find more in https://cloud.google.com/model-garden",
8585
credentials_display_name="Google Credentials JSON",
8686
credentials_description="The JSON Object of Google Credentials, refer to https://cloud.google.com/docs/authentication/provide-credentials-adc#on-prem",

0 commit comments

Comments
 (0)