Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 210 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 210 Bytes

OpenAI Assistant

  • create python venv
    • python3 -m venv myenv
  • active the env
    • source myenv/bin/activate
  • install the requirments pip install -r requirements.txt
  • to run python3 main.py