Update env sample file

This commit is contained in:
yangdx
2025-05-14 21:51:49 +08:00
parent b9c25dfeb0
commit f0d5e4e65b

View File

@@ -74,7 +74,8 @@ TIMEOUT=240
TEMPERATURE=0 TEMPERATURE=0
### Max concurrency requests of LLM ### Max concurrency requests of LLM
MAX_ASYNC=4 MAX_ASYNC=4
### Max tokens send to LLM for entity relation summaries (less than context size of the model) ### MAX_TOKENS: max tokens send to LLM for entity relation summaries (less than context size of the model)
### MAX_TOKENS: set as num_ctx option for Ollama by API Server
MAX_TOKENS=32768 MAX_TOKENS=32768
### LLM Binding type: openai, ollama, lollms ### LLM Binding type: openai, ollama, lollms
LLM_BINDING=openai LLM_BINDING=openai