Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: make docs more readable by eliminating unnecessary escape sequences #287

Merged
merged 1 commit into from
Sep 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/resources/chat/completions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ export interface ChatCompletionCreateParamsBase {
* Controls how the model responds to function calls. "none" means the model does
* not call a function, and responds to the end-user. "auto" means the model can
* pick between an end-user or calling a function. Specifying a particular function
* via `{"name":\ "my_function"}` forces the model to call that function. "none" is
* via `{"name": "my_function"}` forces the model to call that function. "none" is
* the default when no functions are present. "auto" is the default if functions
* are present.
*/
Expand Down