How to config the 'provider options(json)' for chatgpt model

我想配置个options给gpt模型,这个模型配置页里面的json怎么写?

是:
{

  "store": false,

  "textVerbosity": "high",

  "reasoningSummary": "auto",

  "include": [

    "reasoning.encrypted_content"

  ]

}

还是:
{

"options": {

"store": false,

"textVerbosity": "high",

"reasoningSummary": "auto",

"include": [

"reasoning.encrypted_content"

]

}

}
好像都不对。

Please authenticate to join the conversation.

Upvoters
Status

In Review

Board
💡

Feature Request

Date

About 2 months ago

Author

luy

Subscribe to post

Get notified by email when there are changes.