|
|
|
|
|
by Norl-Seria
206 days ago
|
|
This is the file structure.
Please refer to it. Please configure the .env file according to your own settings.
In particular, if you change the API, please pay attention to the structure of server.py. Alice-pm0.app/
├── Alice_pm0.py
├── AliceLLMIntermediary.py
├──EmotionalCoreMediator.py ├── server.py
├── requirements.txt
├── Dockerfile ├── docker-compose.yml
├── .gitignore
└── .env
├── prompts/ │ ├──system_evaluator.txt
│ └── system_alice.txt
├── static/
│ ├── index.html
│ └── app.js
└── state/ # [PERSISTENT DATA]
↓ Directory
└──alice_memory.pkl
↓
#Automatically generated persistent data at runtime |
|