Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/phidatahq/phidata
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpreetbedi committed Apr 25, 2024
2 parents 4556e45 + 52803c3 commit caffb5c
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 caffb5c

Please sign in to comment.