Update env sample file
This commit is contained in:
parent
b9c25dfeb0
commit
f0d5e4e65b
1 changed files with 2 additions and 1 deletions
|
|
@ -74,7 +74,8 @@ TIMEOUT=240
|
|||
TEMPERATURE=0
|
||||
### Max concurrency requests of LLM
|
||||
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
|
||||
### LLM Binding type: openai, ollama, lollms
|
||||
LLM_BINDING=openai
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue