feat: markdown extension (#3663)

* feat: markdown extension

* media cros

* rerank test

* default price

* perf: default model

* fix: cannot custom provider

* fix: default model select

* update bg

* perf: default model selector

* fix: usage export

* i18n

* fix: rerank

* update init extension

* perf: ip limit check

* doubao model order

* web default modle

* perf: tts selector

* perf: tts error

* qrcode package
This commit is contained in:
Archer
2025-01-24 23:42:04 +08:00
committed by GitHub
parent 02fcb6a61e
commit d2948d7e57
49 changed files with 672 additions and 290 deletions

View File

@@ -70,6 +70,7 @@
"personal_information": "Personal",
"personalization": "Personalization",
"promotion_records": "Promotions",
"reset_default": "Restore the default configuration",
"team": "Team",
"third_party": "Third Party",
"usage_records": "Usage"

View File

@@ -146,6 +146,9 @@
"transition_to_workflow": "Convert to Workflow",
"transition_to_workflow_create_new_placeholder": "Create a new app instead of modifying the current app",
"transition_to_workflow_create_new_tip": "Once converted to a workflow, it cannot be reverted to simple mode. Please confirm!",
"tts_ai_model": "Use a speech synthesis model",
"tts_browser": "Browser's own (free)",
"tts_close": "Close",
"type.All": "All",
"type.Create http plugin tip": "Batch create plugins through OpenAPI Schema, compatible with GPTs format.",
"type.Create one plugin tip": "Customizable input and output workflows, usually used to encapsulate reusable workflows.",

View File

@@ -375,12 +375,10 @@
"core.app.tool_label.github": "GitHub Address",
"core.app.tool_label.price": "Pricing",
"core.app.tool_label.view_doc": "View Documentation",
"core.app.tts.Close": "Do Not Use",
"core.app.tts.Speech model": "Speech Model",
"core.app.tts.Speech speed": "Speech Speed",
"core.app.tts.Test Listen": "Test Listen",
"core.app.tts.Test Listen Text": "Hello, this is a voice test. If you can hear this sentence, the voice playback function is normal.",
"core.app.tts.Web": "Browser Built-in (Free)",
"core.app.whisper.Auto send": "Auto Send",
"core.app.whisper.Auto send tip": "Automatically send after voice input is completed, no need to click the send button manually",
"core.app.whisper.Auto tts response": "Auto Voice Response",
@@ -922,10 +920,10 @@
"model.name": "Model name",
"model.provider": "Provider",
"model.search_name_placeholder": "Search by model name",
"model.type.chat": "language model",
"model.type.chat": "LLM",
"model.type.embedding": "Embedding",
"model.type.reRank": "ReRank",
"model.type.stt": "speech recognition",
"model.type.stt": "STT",
"model.type.tts": "TTS",
"model_alicloud": "Ali Cloud",
"model_baai": "BAAI",