brisberg / chat-personality

Simple Python Framework for creating chat bot personalities using the OpenAI API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat-Personality

Simple Python Framework for creating chat bot personalities using the OpenAI API

Developing

After cloning the project, create a virtual environment for the python dependences. From the project root:

python3 -m venv ./.venv
pip install -r requirements.txt

Be sure to activate the environment before building or running the project:

source .venv/bin/activate

About

Simple Python Framework for creating chat bot personalities using the OpenAI API

License:MIT License


Languages

Language:Python 100.0%