Streaming support for openAI's online requests #693
Conversation
…ests to improve request stability.
|
@lyuwen Hello, thanks for the pr, could you let me know how to reproduce this? we have a similar setup and using |
|
I'm using a third party provider (alibabacloud) that hosts DeepSeek-R1 model. So the url check that activates the |
|
@lyuwen got it makes sense, ill try to update it the code, however I need to somehow reproduce this as an integration test. let me know if this is not possible, Ill need to find other solution meanwhile for testing. |
|
@lyuwen |
|
Thanks. I've merged your pr. And I'll take a look at testing. |
|
I've just uploaded a cassette file for reproducing the case. |
|
I just added a test that uses the mock reasoning dataset. |
|
@lyuwen could you check makefile in this repository make lint
make check |
After I ran these commands. There are a few files I haven't touched got changed. I only kept track of the ones that I modified. |
884cbdf to
c4ee83c
Compare
As addressed in #692 , the PR adds stream response support for openAI's online request processor.
Closes #692