mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-25 06:14:06 +00:00
perf: model provider show; perf: get init data buffer (#3459)
* pr code * perf: model table show * perf: model provider show * perf: get init data buffer * perf: get init data buffer * perf: icon
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"bills_and_invoices": "Bills",
|
||||
"confirm_logout": "Confirm to log out?",
|
||||
"logout": "Sign out",
|
||||
"model_provider": "Model Provider",
|
||||
"notifications": "Notify",
|
||||
"personal_information": "Personal",
|
||||
"personalization": "Personalization",
|
||||
|
@@ -896,6 +896,15 @@
|
||||
"item_name": "Field Name",
|
||||
"just_now": "just",
|
||||
"key_repetition": "Key Repetition",
|
||||
"model.billing": "Billing",
|
||||
"model.model_type": "Model type",
|
||||
"model.name": "Model name",
|
||||
"model.provider": "Provider",
|
||||
"model.search_name_placeholder": "Search by model name",
|
||||
"model.type.chat": "language model",
|
||||
"model.type.embedding": "Embedding",
|
||||
"model.type.stt": "speech recognition",
|
||||
"model.type.tts": "TTS",
|
||||
"model_baichuan": "Baichuan",
|
||||
"model_chatglm": "ChatGLM",
|
||||
"model_doubao": "Doubao",
|
||||
|
@@ -22,7 +22,6 @@
|
||||
"delete.failed": "Delete failed",
|
||||
"delete.success": "Delete successfully",
|
||||
"has_chosen": "Selected",
|
||||
"individuation": "Individuation",
|
||||
"login.error": "Login Error",
|
||||
"login.password_condition": "Password can be up to 60 characters",
|
||||
"login.success": "Login Successful",
|
||||
|
Reference in New Issue
Block a user