mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-14 15:15:53 +08:00
Docs: remove max tokens. (#6198)
### What problem does this PR solve? #6178 ### Type of change - [x] Documentation Update
This commit is contained in:
parent
1b9f63f799
commit
5841aa8189
@ -1577,7 +1577,6 @@ Success:
|
|||||||
"language": "English",
|
"language": "English",
|
||||||
"llm": {
|
"llm": {
|
||||||
"frequency_penalty": 0.7,
|
"frequency_penalty": 0.7,
|
||||||
"max_tokens": 512,
|
|
||||||
"model_name": "qwen-plus@Tongyi-Qianwen",
|
"model_name": "qwen-plus@Tongyi-Qianwen",
|
||||||
"presence_penalty": 0.4,
|
"presence_penalty": 0.4,
|
||||||
"temperature": 0.1,
|
"temperature": 0.1,
|
||||||
@ -1825,7 +1824,6 @@ Success:
|
|||||||
"language": "English",
|
"language": "English",
|
||||||
"llm": {
|
"llm": {
|
||||||
"frequency_penalty": 0.7,
|
"frequency_penalty": 0.7,
|
||||||
"max_tokens": 512,
|
|
||||||
"model_name": "qwen-plus@Tongyi-Qianwen",
|
"model_name": "qwen-plus@Tongyi-Qianwen",
|
||||||
"presence_penalty": 0.4,
|
"presence_penalty": 0.4,
|
||||||
"temperature": 0.1,
|
"temperature": 0.1,
|
||||||
@ -2807,7 +2805,6 @@ Success:
|
|||||||
"cite": true,
|
"cite": true,
|
||||||
"frequency_penalty": 0.7,
|
"frequency_penalty": 0.7,
|
||||||
"llm_id": "gpt-4o___OpenAI-API@OpenAI-API-Compatible",
|
"llm_id": "gpt-4o___OpenAI-API@OpenAI-API-Compatible",
|
||||||
"max_tokens": 256,
|
|
||||||
"message_history_window_size": 12,
|
"message_history_window_size": 12,
|
||||||
"parameters": [],
|
"parameters": [],
|
||||||
"presence_penalty": 0.4,
|
"presence_penalty": 0.4,
|
||||||
@ -2854,7 +2851,6 @@ Success:
|
|||||||
"frequency_penalty": 0.7,
|
"frequency_penalty": 0.7,
|
||||||
"llm_id": "gpt-4o___OpenAI-API@OpenAI-API-Compatible",
|
"llm_id": "gpt-4o___OpenAI-API@OpenAI-API-Compatible",
|
||||||
"maxTokensEnabled": true,
|
"maxTokensEnabled": true,
|
||||||
"max_tokens": 256,
|
|
||||||
"message_history_window_size": 12,
|
"message_history_window_size": 12,
|
||||||
"parameters": [],
|
"parameters": [],
|
||||||
"presencePenaltyEnabled": true,
|
"presencePenaltyEnabled": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user