Convert or Translate code from one programming language to another programming language using OpenAI GPT-3 API
Create a groq api here: https://console.groq.com
Run this command in terminal,
pip install groq
export GROQ_API_KEY=<your-api-key-here>
flask run