Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 904 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 904 Bytes

AI Code Assistant

Screenshot of AI Code Assistant application

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.

Features

  • Lightweight code editor from CodeMirror
  • 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