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

OPENAI_API_KEY for GPT-4 #12

Closed gbenaa closed 1 year ago

gbenaa commented 1 year ago

Hi - this looks like such a great project.

You say "It's also recommended that you use at least GPT-4, preferably GPT-4-32k.

Set your OpenAI API key and install the python requirements:

export OPENAI_API_KEY="

My key only permits GPT-3.5 at present, am on the waiting list for GPT-4 - I presume I won't be able to use your appliction in the meantime?

joshpxyne commented 1 year ago

You can use GPT-3.5 by defining it in the --model option. That said, with large files it might hit the context window limit, which will be fixed soon with #2

gbenaa commented 1 year ago

Got you - thanks for the quick response