-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytest.ini
More file actions
32 lines (31 loc) · 1.01 KB
/
Copy pathpytest.ini
File metadata and controls
32 lines (31 loc) · 1.01 KB
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
27
28
29
30
31
32
[pytest]
env =
AZURE_API_BASE=https://azureapi.example.com
SESSION_COOKIE_DOMAIN=test.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
LLM_TEMPERATURE=0.7
MISTRAL_LLM_MODEL_NAME=mistral-small-latest
MISTRAL_API_KEY=your_mistral_api_key
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
ENV=test
LANGSMITH_TRACING_ENABLED=false
filterwarnings =
ignore:.*U.*mode is deprecated:DeprecationWarning