Skip to content

Commit

Permalink
Formatting :)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbanda committed Nov 13, 2023
1 parent 7c85217 commit 4e0aa06
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,10 @@ trait OpenAIService extends OpenAICoreService {
* A list of tools the model may call. Currently, only functions are supported as a tool.
* Use this to provide a list of functions the model may generate JSON inputs for.
* @param responseToolChoice
* Controls which (if any) function/tool is called by the model.
* Specifying a particular function forces the model to call that function (must be listed in `tools`).
* Otherwise, the default "auto" mode is used where the model can pick between generating a message or calling a function.
* Controls which (if any) function/tool is called by the model. Specifying a particular
* function forces the model to call that function (must be listed in `tools`). Otherwise,
* the default "auto" mode is used where the model can pick between generating a message or
* calling a function.
* @param settings
* @return
* chat completion response
Expand Down

0 comments on commit 4e0aa06

Please sign in to comment.