openai-cookbook icon indicating copy to clipboard operation
openai-cookbook copied to clipboard

api_request_parallel_processor.py: results are in disorders

Open JeremyMeissner opened this issue 2 years ago • 0 comments
trafficstars

File problem: examples/api_request_parallel_processor.py

Problem: The script api_request_parallel_processor.py return the results in disorders, which is really inconvenient when I have 26,000 async requests.

I'm using the gpt-3.5-turbo model

Solution? Should I add an index in the message, so I can get back the same order at the end? Or is there a way to fix this issue?

JeremyMeissner avatar May 25 '23 08:05 JeremyMeissner