A ChatGPT tool for explaining code. Link to deployed app.
You will need an OpenAI API key in order to use this app. Find out more.
- Lightweight code editor from CodeMirror
- Automatic language recognition using vscode-languagedetection
- Syntax highlighting with Nord colourscheme
- Fully responsive design
- Code explanations powered by ChatGPT (
gpt-3.5-turbo
)- Takes your experience level into account
- Provides extra details, such as...
- Model's confidence in the explanation
- Assumptions made by the model
- Additional resources to learn more about the code topic