mirror of
https://github.com/arc53/DocsGPT.git
synced 2026-02-23 21:01:20 +00:00
Fixed request length bug, changed to as less used port
This commit is contained in:
@@ -3,7 +3,7 @@ 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
|
||||
API_URL=http://localhost:5001
|
||||
API_URL=http://localhost:7091
|
||||
|
||||
#For OPENAI on Azure
|
||||
OPENAI_API_BASE=
|
||||
|
||||
Reference in New Issue
Block a user