docs: document deriver custom instruction cap
This commit is contained in:
parent
ac998ab5ca
commit
59a33d9c2a
|
|
@ -302,6 +302,7 @@ DERIVER_ENABLED=true
|
|||
DERIVER_MODEL_CONFIG__TRANSPORT=openai
|
||||
DERIVER_MODEL_CONFIG__MODEL=gpt-5.4-mini
|
||||
DERIVER_MAX_INPUT_TOKENS=25000
|
||||
DERIVER_MAX_CUSTOM_INSTRUCTIONS_TOKENS=2000
|
||||
# DERIVER_MODEL_CONFIG__THINKING_EFFORT=minimal
|
||||
# DERIVER_MODEL_CONFIG__THINKING_BUDGET_TOKENS=1024
|
||||
# DERIVER_MODEL_CONFIG__TEMPERATURE=0.7 # Optional temperature override
|
||||
|
|
|
|||
Loading…
Reference in New Issue