-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytest.ini
More file actions
26 lines (25 loc) · 830 Bytes
/
pytest.ini
File metadata and controls
26 lines (25 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[pytest]
env =
AZURE_API_BASE=https://azureapi.example.com
AZURE_API_KEY=your_azure_api_key
AZURE_API_VERSION=2023-05-15
AZURE_APIM_API_BASE=https://apim.azure.example.com
AZURE_APIM_API_KEY=your_apim_api_key
AZURE_MISTRAL_API_BASE=https://mistral.azure.example.com
AZURE_MISTRAL_API_KEY=your_mistral_api_key
CLIENT_ORIGINS=https://client.example.com
LLM_MODEL_NAME=mistral-large-2402
PG_DATABASE=welearn
PG_DRIVER=postgresql
PG_HOST=localhost
PG_PASSWORD=postgres
PG_PORT=5432
PG_USER=postgres
QDRANT_HOST=https://qdrant.example.com
QDRANT_PORT=6333
RUN_ENV=development
TIKA_URL_BASE=https://tika.example.com
USE_CACHED_SETTINGS=True
DATA_COLLECTION_ORIGIN_PREFIX=workshop
filterwarnings =
ignore:.*U.*mode is deprecated:DeprecationWarning