Skip to content

traci12/ai_character

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Character (Python)

Requirements

  • Python 3.10+
  • pip

Installation

git@github.com:traci12/ai_character.git
cd ai_character

python -m venv venv
source venv/Scripts/activate   # Windows: venv\Scripts\activate

pip install -r requirements.txt

Configuration

Create .env file and paste the following:

OPENAI_API_KEY=
FLASK_SECRET_KEY=

AI_NAME=
AI_GENDER=
AI_PERSONALITY=
AI_RULES=
AI_NOTES=

Rund the Game

python app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors