mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-03-21 01:22:23 +00:00
15 lines
No EOL
433 B
Text
15 lines
No EOL
433 B
Text
SERVER_PORT=5000
|
|
OPEN_AI_KEY=
|
|
OPEN_MODEL_PREF='gpt-3.5-turbo'
|
|
# AUTH_TOKEN="hunter2" # This is the password to your application if remote hosting.
|
|
CACHE_VECTORS="true"
|
|
|
|
# Enable all below if you are using vector database: Chroma.
|
|
# VECTOR_DB="chroma"
|
|
# CHROMA_ENDPOINT='http://localhost:8000'
|
|
|
|
# Enable all below if you are using vector database: Pinecone.
|
|
VECTOR_DB="pinecone"
|
|
PINECONE_ENVIRONMENT=
|
|
PINECONE_API_KEY=
|
|
PINECONE_INDEX= |