feat: model select support close params;perf: dataset params slider;update doc (#3453)
* feat: model select support close params * perf: dataset params slider * update doc * update doc * add delete log * perf: ai config overflow * test * test * test * delete collection tags * delete collection tags
This commit is contained in:
@@ -79,6 +79,12 @@
|
||||
"look_ai_point_price": "View all model billing standards",
|
||||
"mark_count": "Number of Marked Answers",
|
||||
"max_histories_number": "Max histories",
|
||||
"max_histories_number_tip": "The maximum number of rounds of dialogue that the model can carry into memory. If the memory exceeds the model context, the system will force truncation. \nTherefore, even if 30 rounds of dialogue are configured, the actual number may not reach 30 rounds during operation.",
|
||||
"max_quote_tokens": "Max quote",
|
||||
"max_quote_tokens_tips": "The maximum number of tokens in a single search, about 1 character in Chinese = 1.7 tokens, and about 1 character in English = 1 token",
|
||||
"max_tokens": "Max tokens",
|
||||
"min_similarity": "lowest correlation",
|
||||
"min_similarity_tip": "The relevance of different index models is different. Please select the appropriate value through search testing. \nWhen using Result Rearrange , use the rearranged results for filtering.",
|
||||
"module.Custom Title Tip": "This title will be displayed during the conversation.",
|
||||
"module.No Modules": "No Plugins Found",
|
||||
"module.type": "\"{{type}}\" type\n{{description}}",
|
||||
@@ -109,6 +115,8 @@
|
||||
"setting_plugin": "Workflow",
|
||||
"stream_response": "Stream",
|
||||
"stream_response_tip": "Turning this switch off forces the model to use non-streaming mode and will not output content directly. \nIn the output of the AI reply, the content output by this model can be obtained for secondary processing.",
|
||||
"temperature": "Temperature",
|
||||
"temperature_tip": "Range 0~10. \nThe larger the value, the more divergent the model’s answer is; the smaller the value, the more rigorous the answer.",
|
||||
"template.hard_strict": "Strict Q&A template",
|
||||
"template.hard_strict_des": "Based on the question and answer template, stricter requirements are imposed on the model's answers.",
|
||||
"template.qa_template": "Q&A template",
|
||||
|
||||
@@ -281,7 +281,6 @@
|
||||
"core.app.Interval timer run": "Scheduled Execution",
|
||||
"core.app.Interval timer tip": "Can Execute App on Schedule",
|
||||
"core.app.Make a brief introduction of your app": "Give Your AI App an Introduction",
|
||||
"core.app.Max tokens": "Max response",
|
||||
"core.app.Name and avatar": "Avatar & Name",
|
||||
"core.app.Publish": "Publish",
|
||||
"core.app.Publish Confirm": "Confirm to Publish App? This Will Immediately Update the App Status on All Publishing Channels.",
|
||||
@@ -308,7 +307,6 @@
|
||||
"core.app.TTS Tip": "After enabling, you can use the voice playback function after each conversation. Using this feature may incur additional costs.",
|
||||
"core.app.TTS start": "Read Content",
|
||||
"core.app.Team tags": "Team Tags",
|
||||
"core.app.Temperature": "Temperature",
|
||||
"core.app.Tool call": "Tool Call",
|
||||
"core.app.ToolCall.No plugin": "No Available Plugins",
|
||||
"core.app.ToolCall.Parameter setting": "Input Parameters",
|
||||
@@ -599,10 +597,6 @@
|
||||
"core.dataset.search.Dataset Search Params": "Dataset Search Configuration",
|
||||
"core.dataset.search.Empty result response": "Empty Search Response",
|
||||
"core.dataset.search.Filter": "Search Filter",
|
||||
"core.dataset.search.Max Tokens": "Quote Limit",
|
||||
"core.dataset.search.Max Tokens Tips": "The maximum number of tokens for a single search. About 1 Chinese character = 1.7 tokens, 1 English word = 1 token",
|
||||
"core.dataset.search.Min Similarity": "Minimum Similarity",
|
||||
"core.dataset.search.Min Similarity Tips": "The similarity of different index models varies. Please choose an appropriate value through search testing. When using Re-rank, the similarity may be very low.",
|
||||
"core.dataset.search.No support similarity": "Only supported when using result re-rank or semantic search",
|
||||
"core.dataset.search.Nonsupport": "Not Supported",
|
||||
"core.dataset.search.Params Setting": "Search Parameter Settings",
|
||||
|
||||
Reference in New Issue
Block a user