Code files for 100 Gpt-4 API calls simultaneously with asyncio with Tenacity retry video
🕑 Added 2023-05-30 13:03:50 +0000 UTCthis is for video:https://youtu.be/drGXCctbyn8
Note: I had forgotten to attach the code to this post. now it is attached
in this video we will make 100 simultaneous (divided into batches of 50) to OpenAI's GPT 4 API endpoint using python's asyncio library with Tenacity library to retry in case of rate limit errors. We will be generating 100 python function. we will also be talking about termcolor for colorfull prints in terminal and pretty js/json VS Code extension to make json files more readable.
Search 140+ echohive videos and code download links: https://www.echohive.live/
Try the GPT-4 Auto Coder app: https://gpt4autocoder.streamlit.app/
Chat with us on Discord: https://discord.gg/PPxTP3Cs3G
Comments
Echo Hive
I didn’t realize I for to attach the code. Now it is uploaded. Sorry about that
Echo Hive
Thank you. I was very excited to try this. I think this opens up whole new possibilities. And thank you for being a Patron.
Peter
Great code demo indeed! Can't wait to get my hands on the actual code next!! Thanks Echo!!