Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 520 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 520 Bytes

code-converter

Convert or Translate code from one programming language to another programming language using OpenAI GPT-3 API

Updated to Groq 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

Documentation

Full Documentation

Demo

Click Here