mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-03-23 18:31:54 +00:00
8 lines
No EOL
221 B
Text
8 lines
No EOL
221 B
Text
SERVER_PORT=5000
|
|
OPEN_AI_KEY=
|
|
OPEN_MODEL_PREF='gpt-3.5-turbo'
|
|
PINECONE_ENVIRONMENT=
|
|
PINECONE_API_KEY=
|
|
PINECONE_INDEX=
|
|
AUTH_TOKEN="hunter2" # This is the password to your application if remote hosting.
|
|
CACHE_VECTORS="true" |