Bump AIP version to 0214 and update env.example
This commit is contained in:
parent
de972f6222
commit
c903b14849
2 changed files with 4 additions and 4 deletions
|
|
@ -175,9 +175,9 @@ LLM_BINDING_API_KEY=your_api_key
|
||||||
# LLM_BINDING=openai
|
# LLM_BINDING=openai
|
||||||
|
|
||||||
### OpenAI Specific Parameters
|
### OpenAI Specific Parameters
|
||||||
### To mitigate endless output loops and prevent greedy decoding for Qwen3, set the temperature and frequency penalty parameter to a highter value
|
### To mitigate endless output, set the temperature and frequency penalty parameter to a highter value
|
||||||
# OPENAI_LLM_TEMPERATURE=1.2
|
# OPENAI_LLM_TEMPERATURE=0.8
|
||||||
# OPENAI_FREQUENCY_PENALTY=1.5
|
# OPENAI_FREQUENCY_PENALTY=1.2
|
||||||
|
|
||||||
### OpenRouter Specific Parameters
|
### OpenRouter Specific Parameters
|
||||||
# OPENAI_LLM_EXTRA_BODY='{"reasoning": {"enabled": false}}'
|
# OPENAI_LLM_EXTRA_BODY='{"reasoning": {"enabled": false}}'
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__api_version__ = "0213"
|
__api_version__ = "0214"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue