Skip to content

Commit

Permalink
Change a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gericdong committed Jul 4, 2024
1 parent 50ca085 commit 3807a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemini/chat-completions/intro_chat_completions_api.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@
"\n",
"Using the `tools` parameter, if the functions parameter is provided then by default the model will decide when it is appropriate to use one of the functions.\n",
"\n",
"By default, `tool_choice` is set to `auto`. This lets the model decide whether to call functions and, if so, which functions to call. To disable function calling and force the model to only generate a user-facing message, you can set `tool_choice` to `none`. The `tool_choice` parameter only supports `auto` and `none` at the moment."
"By default, `tool_choice` is set to `auto`. This lets the model decide whether to call functions and, if so, which functions to call. To disable function calling and force the model to only generate a user-facing message, you can set `tool_choice` to `none`."
]
},
{
Expand Down

0 comments on commit 3807a5b

Please sign in to comment.