kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/658/head
rodzic
f2169f1011
commit
b0c6842ee6
|
@ -168,8 +168,8 @@ export interface ResponseFormatJSONSchema {
|
|||
*/
|
||||
export type RelaxedChatParams = Simplify<
|
||||
Omit<ChatParams, 'messages' | 'response_format'> & {
|
||||
messages: object[]
|
||||
response_format?: { type: 'text' | 'json_object' | string }
|
||||
messages: any[]
|
||||
response_format?: any
|
||||
}
|
||||
>
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue