acheong08 / Bard

Python SDK/API for reverse engineered Google Bard
MIT License
1.42k stars 178 forks source link

Multithread #21

Closed Viile1 closed 1 year ago

Viile1 commented 1 year ago

I change the code with rest service. I send a many request. but my application is not work real api as I expected. Every request wait other request. How can ı deal with this problem ?

acheong08 commented 1 year ago

Use python threading library perhaps