mirror of
https://github.com/wassname/stampy-chat.git
synced 2026-09-23 13:50:27 +08:00
# Default to querying embeddings from live website if pinecone url not # present in .env # # This helps people getting started developing or messing around with the # site, since setting up a vector DB with the embeddings is by far the # hardest part for those not already on the team.
4 lines
205 B
Bash
4 lines
205 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
|