Liteforms
Create chat completion (proxy stream)
Sends a message to the OpenAI chat completions endpoint. Partial message deltas will be sent, like in ChatGPT. Tokens will be sent as data-only <a href="https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events#event_stream_format">server-sent events</a> as they become available, with the stream terminated by a data: [DONE] message.
post/liteforms/chat_proxy_stream
Request body
Response
Successful response
{"stackTrail":"components:schemas:Liteforms-chatProxyStreamResponse","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.