mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
fix: model check circle tip (#3786)
* model config * feat: normalization embedding * remove log * version doc * version doc * fix: model check circle tip * uml
This commit is contained in:
@@ -23,7 +23,9 @@
|
||||
"Move": "Move",
|
||||
"Name": "Name",
|
||||
"None": "None",
|
||||
"Operation": "Operation",
|
||||
"Rename": "Rename",
|
||||
"Required_input": "Required",
|
||||
"Resume": "Resume",
|
||||
"Running": "Running",
|
||||
"Select_all": "Select all",
|
||||
@@ -165,7 +167,6 @@
|
||||
"common.Not open": "Not Open",
|
||||
"common.OK": "OK",
|
||||
"common.Open": "Open",
|
||||
"Operation": "Operation",
|
||||
"common.Other": "Other",
|
||||
"common.Output": "Output",
|
||||
"common.Params": "Parameters",
|
||||
@@ -179,7 +180,6 @@
|
||||
"common.Remove": "Remove",
|
||||
"common.Rename": "Rename",
|
||||
"common.Request Error": "Request Error",
|
||||
"Required_input": "Required",
|
||||
"common.Reset": "Reset",
|
||||
"common.Restart": "Restart",
|
||||
"common.Role": "Permission",
|
||||
@@ -878,6 +878,7 @@
|
||||
"dataset.test.noResult": "No Search Results",
|
||||
"deep_rag_search": "In-depth search",
|
||||
"delete_api": "Are you sure you want to delete this API key? \nAfter deletion, the key will become invalid immediately and the corresponding conversation log will not be deleted. Please confirm!",
|
||||
"embedding_model_not_config": "No index model is detected",
|
||||
"error.Create failed": "Create failed",
|
||||
"error.code_error": "Verification code error",
|
||||
"error.fileNotFound": "File not found~",
|
||||
@@ -914,6 +915,7 @@
|
||||
"item_name": "Field Name",
|
||||
"just_now": "just",
|
||||
"key_repetition": "Key Repetition",
|
||||
"llm_model_not_config": "No language model was detected",
|
||||
"max_quote_tokens": "Quote cap",
|
||||
"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",
|
||||
"min_similarity": "lowest correlation",
|
||||
|
@@ -6,7 +6,6 @@
|
||||
"forget_password": "Find Password",
|
||||
"login_failed": "Login failed",
|
||||
"login_success": "Login successful",
|
||||
"model_not_config": "It is detected that the system has not configured the model, please configure the model before using it",
|
||||
"no_remind": "Don't remind again",
|
||||
"password_condition": "Password maximum 60 characters",
|
||||
"password_tip": "Password must be at least 6 characters long and contain at least two combinations: numbers, letters, or special characters",
|
||||
|
Reference in New Issue
Block a user