Skip to content

Commit

Permalink
Update samples/google/gemini/program.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Abraham <[email protected]>
  • Loading branch information
mario99logic and daabr authored Dec 22, 2024
1 parent f46cd31 commit a2b8dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/google/gemini/program.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

def on_http_get(event):
"""Entry-point function for handling HTTP GET requests in this workflow."""
# Example 1: trivial interaction with Gemini
# Example 1: trivial interaction with Gemini.
prompt = "say meow in different languages"
response = gemini.generate_content(prompt)

Expand Down

0 comments on commit a2b8dd0

Please sign in to comment.