mirror of
https://github.com/wassname/stampy-chat.git
synced 2026-09-11 12:50:34 +08:00
MySQL support
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user