mirror of
https://github.com/wassname/stampy-chat.git
synced 2026-09-26 14:20:31 +08:00
9 lines
324 B
Bash
9 lines
324 B
Bash
OPENAI_API_KEY="sk-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
|
|
PINECONE_API_KEY="" # leave blank to use our online API instead
|
|
LOGGING_URL="" # leave blank if you're not testing logging specifically
|
|
|
|
CHAT_DB_USER="user"
|
|
CHAT_DB_PASSWORD="we all live in a yellow submarine"
|
|
CHAT_DB_HOST="127.0.0.1"
|
|
CHAT_DB_PORT="3306"
|