Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 686 Bytes

File metadata and controls

27 lines (20 loc) · 686 Bytes

TalkToCode

Usage

  • The colab has the preprocessing steps to embed a repository Open Colab

  • To run the app:

cd app && OPENAI_KEY=<key> python server.py

Features

  1. Browse code blocks and their summaries Feat 1
  2. Ask a question and "search" for the semantically relevant codeblocks Feat 2
  3. Ask a question and ask the model to "explain". Feat 3

Next Steps

  • VSCode / Chrome extension

Contributors