joshpxyne / gpt-migrate

Easily migrate your codebase from one framework or language to another.
https://gpt-migrate.com
MIT License
6.85k stars 485 forks source link

Does python 3 to php 8.2 work #14

Closed curtisdelicata closed 1 year ago

joshpxyne commented 1 year ago

https://www.youtube.com/watch?v=m18QP1B6eTc

curtisdelicata commented 1 year ago

openai.error.RateLimitError: Rate limit reached for default-gpt-3.5-turbo-16k in organization org-D17xJFtKuZRMmMGdOE1FwW6h on tokens per min. Limit: 180000 / min. Current: 178656 / min. Contact us through our help center at help.openai.com if you continue to have issues.

I don't have gpt-4 trial. It has a lot of lines appearing for same python file. Is it stuck in a loop? I'm trying to port https://github.com/apriha/lineage to PHP 8.2 from Python 3.