Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 821 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 821 Bytes

AI Code Translator

Use AI to translate code from one language to another.

AI Code Translator

Running Locally

1. Clone Repo

git clone https://github.com/sappkevin/ai-code-translator.git

2. Install Dependencies

npm i

3. Run App

npm run dev

Troubleshooting Steps:

HTTP Response -> Error 500

Log Message : You exceeded your current quota, please check your plan and billing details.

Solution: Add a payment method to your https://openai.com account. Then regenerate a new API key from https://platform.openai.com/account/api-keys

Credits

If you have any questions, feel free to reach out to the original author Twitter.

Source Repo: https://github.com/mckaywrigley/ai-code-translator