Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 265 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 265 Bytes

simple_chat

Simple chatbot using openai

  1. install the openai library (pip3 install openai)
  2. Set Your Persona / Role in the chatbot.txt file (can still work if blank, but file must exist)
  3. Set Your API Key in the openaiapikey.txt file
  4. Run simple_chat.py