MySQL support

This commit is contained in:
Daniel O'Connell
2023-09-12 05:37:20 +02:00
parent 33dc209022
commit 4b5b3aafe1
15 changed files with 592 additions and 2 deletions
+5
View File
@@ -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"