chore: update env template

This commit is contained in:
Andrej Milicevic 2025-11-20 15:47:22 +01:00
parent 205f5a9e0c
commit 4e880eca84

View file

@ -21,6 +21,7 @@ LLM_PROVIDER="openai"
LLM_ENDPOINT=""
LLM_API_VERSION=""
LLM_MAX_TOKENS="16384"
LLM_INSTRUCTOR_MODE="json_schema_mode" # this mode is used for gpt-5 models
EMBEDDING_PROVIDER="openai"
EMBEDDING_MODEL="openai/text-embedding-3-large"