mirror of
https://github.com/wassname/stampy-chat.git
synced 2026-09-09 11:36:23 +08:00
17 lines
638 B
Bash
17 lines
638 B
Bash
LOG_LEVEL="INFO"
|
|
DISCORD_LOG_LEVEL="INFO"
|
|
|
|
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"
|
|
|
|
LANGCHAIN_ENDPOINT="https://api.smith.langchain.com"
|
|
LANGCHAIN_API_KEY="ls_XXXXXXXXXXXX" #leave empty to not use langsmith for monitoring
|
|
LANGCHAIN_PROJECT="stampy-chat" #name of your langsmith project
|
|
LANGCHAIN_TRACING_V2="false" #set to "true" only if using langsmith
|