ASSISTANTS
Stream
1. Using Stream Mode in Python
1.1 Stream Mode with the OpenAI Library
In general scenarios, it is recommended to use the OpenAI library for Stream Mode.
1.2 Stream Mode with the Requests Library
If you have non-OpenAI scenarios, such as using the SiliconCloud API with the Requests library, please note:
In addition to setting stream
in the payload, you also need to set stream=True
in the request parameters to properly handle responses in streaming mode.