Skip to content

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

License

Notifications You must be signed in to change notification settings

brisberg/chat-personality

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
source .venv/bin/activate
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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages