mirror of
https://github.com/arc53/DocsGPT
synced 2024-11-02 03:40:17 +00:00
11 lines
240 B
Plaintext
11 lines
240 B
Plaintext
API_KEY=your_api_key
|
|
EMBEDDINGS_KEY=your_api_key
|
|
API_URL=http://localhost:7091
|
|
FLASK_APP=application/app.py
|
|
FLASK_DEBUG=true
|
|
|
|
#For OPENAI on Azure
|
|
OPENAI_API_BASE=
|
|
OPENAI_API_VERSION=
|
|
AZURE_DEPLOYMENT_NAME=
|
|
AZURE_EMBEDDINGS_DEPLOYMENT_NAME= |