DocsGPT/application/.env_sample

12 lines
328 B
Plaintext
Raw Normal View History

2023-03-23 15:52:47 +00:00
API_KEY=your_api_key
2023-03-13 14:20:03 +00:00
EMBEDDINGS_KEY=your_api_key
CELERY_BROKER_URL=redis://localhost:6379/0
CELERY_RESULT_BACKEND=redis://localhost:6379/1
2023-03-23 15:52:47 +00:00
MONGO_URI=mongodb://localhost:27017/docsgpt
API_URL=http://localhost:7091
2023-06-02 20:27:55 +00:00
2023-06-12 19:13:58 +00:00
#For OPENAI on Azure
OPENAI_API_BASE=
OPENAI_API_VERSION=
2023-06-17 11:20:29 +00:00
AZURE_DEPLOYMENT_NAME=
AZURE_EMBEDDINGS_DEPLOYMENT_NAME=