Skip to content

Commit d80f89b

Browse files
authored
fix: use 2.5-flash instead of preview variant (#1284)
Following removal announcement email
1 parent 06966d7 commit d80f89b

File tree

1 file changed

+1
-1
lines changed
  • src/oss/python/integrations/retrievers

1 file changed

+1
-1
lines changed

src/oss/python/integrations/retrievers/imap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ from langchain_imap import ImapRetriever, ImapConfig
173173

174174
# Setup LLM (example using OpenRouter)
175175
llm = ChatOpenAI(
176-
model="google/gemini-2.5-flash-preview-09-2025",
176+
model="google/gemini-2.5-flash",
177177
temperature=0,
178178
openai_api_key=os.getenv("OPENAI_API_KEY"),
179179
openai_api_base="https://openrouter.ai/api/v1"

0 commit comments

Comments
 (0)