diezo / ProGPT

🔥 Free GPT-3.5 Python API
https://buymeacoffee.com/sonii
MIT License
58 stars 8 forks source link

Change to use uuid4() has broken ProGPT #1

Closed vlna closed 9 months ago

vlna commented 9 months ago

Commit dd62d5d and probably commit 6c27fc1 too do not work because json serialization of UUID fails. I had to downgrade to commit 6eaeb7c to get it working.

diezo commented 9 months ago

ops i forgot to convert the uuid4() to string. now I've fixed it. everything should work as usual.

also, if you like the package, please do give it a star.

thankyou