mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 10:45:42 +01:00
feat: Add stream information to generate SDKs (#1569)
This commit is contained in:
parent
3e67e21d38
commit
24fae660e6
3 changed files with 32 additions and 0 deletions
|
|
@ -44,6 +44,15 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"x-fern-streaming": {
|
||||
"stream-condition": "stream",
|
||||
"response": {
|
||||
"$ref": "#/components/schemas/OpenAICompletion"
|
||||
},
|
||||
"response-stream": {
|
||||
"$ref": "#/components/schemas/OpenAICompletion"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -86,6 +95,15 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"x-fern-streaming": {
|
||||
"stream-condition": "stream",
|
||||
"response": {
|
||||
"$ref": "#/components/schemas/OpenAICompletion"
|
||||
},
|
||||
"response-stream": {
|
||||
"$ref": "#/components/schemas/OpenAICompletion"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue