/openai-autoflow

A developer workflow automation toolset to power the AutoFlow VS Code Extension.

Primary LanguagePython

Autoflow Server

Setup

Ensure you have python 3.8 installed.

  1. pip install -r requirements.txt
  2. Create .env file containing your OpenAI secret key as follows OPENAI_API_KEY=
  3. Download the intent embeddings to use classify_intent.py
  4. Download the following models and place them in the mentioned folder:
  5. Download the CommitBERT weights folder, place it in ./commit_bert, and rename it as weight

Start Server

in root folder:
       `python main.py`