openai-cookbook
openai-cookbook copied to clipboard
api_request_parallel_processor.py: results are in disorders
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?