Skip to content

Commit

Permalink
Fix env var typo (#1322)
Browse files Browse the repository at this point in the history
  • Loading branch information
CatalinVoss authored Jan 1, 2025
1 parent 1ab8d88 commit 6179277
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def __init__(
Args:
instructions (str, optional): Initial system instructions for the model. Defaults to "".
api_key (str or None, optional): OpenAI API key. If None, will attempt to read from the environment variable OPENAI_API_KEY
api_key (str or None, optional): Google Gemini API key. If None, will attempt to read from the environment variable GOOGLE_API_KEY.
modalities (ResponseModality): Modalities to use, such as ["TEXT", "AUDIO"]. Defaults to ["AUDIO"].
model (str or None, optional): The name of the model to use. Defaults to "gemini-2.0-flash-exp".
voice (api_proto.Voice, optional): Voice setting for audio outputs. Defaults to "Puck".
Expand Down

0 comments on commit 6179277

Please sign in to comment.