Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions example.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ OPENAI_MODEL_COMPLETION="gpt-4-32k"
OPENAI_API_VERSION="2023-12-01-preview"

# azure form recognizer
AZURE_FORM_RECOGNIZER_ENDPOINT = "<your_afr_endpoint_ID>.cognitiveservices.azure.com/"
AZURE_FORM_RECOGNIZER_NAME = "<your_afr_name"
AZURE_FORM_RECOGNIZER_KEY = ""<your_afr_secret>"
AZURE_FORM_RECOGNIZER_ENDPOINT="<your_afr_endpoint_ID>.cognitiveservices.azure.com/"
AZURE_FORM_RECOGNIZER_NAME="<your_afr_name"
AZURE_FORM_RECOGNIZER_KEY="<your_afr_secret>"

# azure cognitive search
COGSEARCH_NAME = "<your_acs_endpoint_ID>.search.windows.net"
COGSEARCH_INDEX_NAME = "<your_acs_index_name>"
COGSEARCH_API_KEY = "<your_acs_api_key>"
COGSEARCH_ADDRESS="https://<your_acs_endpoint_ID>.search.windows.net"
COGSEARCH_INDEX_NAME="<your_acs_index_name>"
# You need to use one of the admin keys (and not just the query key)
COGSEARCH_API_KEY="<your_acs_api_key>"
Loading