Skip to content

Commit

Permalink
Merge pull request #190 from jeblister/main
Browse files Browse the repository at this point in the history
feat(gemini): upgrade Gemini model version
  • Loading branch information
ashpreetbedi authored Apr 25, 2024
2 parents f9a891f + b9f4717 commit 52803c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/llms/gemini/assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
vertexai.init(project=getenv("PROJECT_ID"), location=getenv("LOCATION"))

assistant = Assistant(
llm=Gemini(model="gemini-1.0-pro-vision"),
llm=Gemini(model="gemini-1.5-pro-preview-0409"),
description="You help people with their health and fitness goals.",
)
assistant.print_response("Share a quick healthy breakfast recipe.", markdown=True)

0 comments on commit 52803c3

Please sign in to comment.