Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

feat(openai): change default value for response_format #132

Merged
merged 1 commit into from
Feb 28, 2024
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
1 change: 1 addition & 0 deletions pkg/openai/v0/config/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@
"instillAcceptFormats": [
"string"
],
"example": "text",
"instillShortDescription": "Setting to `json_object` enables JSON mode. ",
"instillUIOrder": 0,
"instillUpstreamTypes": [
Expand Down
Loading