Replies: 4 comments 1 reply
-
Any news? |
Beta Was this translation helpful? Give feedback.
-
I was just about to start this discussion as well. My case is different. We have different prompts that need to be executed and running them concurrently would be of great help. Currently we are considering not using this client and calling OpenAI API directly using concurrent requests with Guzzle, but that's gonna be a big hustle. |
Beta Was this translation helpful? Give feedback.
-
I'm planning the same thing in coming days, but with Symfony HttpClient 😅 |
Beta Was this translation helpful? Give feedback.
-
I've managed to get concurrent requests to the OpenAI API working by using the
It does not work with streams however, but there is a |
Beta Was this translation helpful? Give feedback.
-
Hello!
How it would be possible to do concurrent requests to OpenAI API?
In some cases it happen that we need to run multiple time the same prompt and it would be great to parallelize that.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions