mckaywrigley / ai-code-translator

Use AI to translate code from one language to another.
https://ai-code-translator.vercel.app
3.9k stars 575 forks source link

ENV issue #18

Closed rossman22590 closed 1 year ago

rossman22590 commented 1 year ago

could this solve it? ENV isn't working I cannot use without key.

Authorization: Bearer ${key || process.env.OPENAI_API_KEY || ''},

rossman22590 commented 1 year ago

solved!