mirror of
https://github.com/arc53/DocsGPT
synced 2024-11-08 01:10:24 +00:00
5 lines
189 B
Plaintext
5 lines
189 B
Plaintext
OPENAI_API_KEY=your_api_key
|
|
EMBEDDINGS_KEY=your_api_key
|
|
CELERY_BROKER_URL=redis://localhost:6379/0
|
|
CELERY_RESULT_BACKEND=redis://localhost:6379/1
|
|
MONGO_URI=mongodb://localhost:27017/docsgpt |