Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 287 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 287 Bytes

Overview

Text chat bots that use ChatGPT model.

Installation

  • create .env file with environment variables
  • activate virtual environment
  • install openai, asyncio, dotenv libraries
  • run python script in virtual environment with python <file_name.py>