Alexander Berkes
Results
12
comments of
Alexander Berkes
> My point is to use the OpenAI example -> 3. How much time is saved by streaming a chat completion([Link](https://github.com/openai/openai-cookbook/blob/main/examples/How_to_stream_completions.ipynb)) An example of using the Python library requests is...
@an9xyz you can use the example code to achieve streaming. EventSource is the javascript way of handling content-type text/event-stream and it requires GET to work. It is basically up to...