@lobehub/chat 1.23.0 → 1.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/CHANGELOG.md +51 -0
  2. package/Dockerfile +19 -15
  3. package/Dockerfile.database +20 -16
  4. package/locales/ar/modelProvider.json +16 -0
  5. package/locales/ar/models.json +27 -0
  6. package/locales/ar/providers.json +1 -0
  7. package/locales/bg-BG/modelProvider.json +16 -0
  8. package/locales/bg-BG/models.json +27 -0
  9. package/locales/bg-BG/providers.json +1 -0
  10. package/locales/de-DE/modelProvider.json +16 -0
  11. package/locales/de-DE/models.json +27 -0
  12. package/locales/de-DE/providers.json +1 -0
  13. package/locales/en-US/modelProvider.json +16 -0
  14. package/locales/en-US/models.json +27 -0
  15. package/locales/en-US/providers.json +1 -0
  16. package/locales/es-ES/modelProvider.json +16 -0
  17. package/locales/es-ES/models.json +27 -0
  18. package/locales/es-ES/providers.json +1 -0
  19. package/locales/fr-FR/modelProvider.json +16 -0
  20. package/locales/fr-FR/models.json +27 -0
  21. package/locales/fr-FR/providers.json +1 -0
  22. package/locales/it-IT/modelProvider.json +16 -0
  23. package/locales/it-IT/models.json +27 -0
  24. package/locales/it-IT/providers.json +1 -0
  25. package/locales/ja-JP/modelProvider.json +16 -0
  26. package/locales/ja-JP/models.json +27 -0
  27. package/locales/ja-JP/providers.json +1 -0
  28. package/locales/ko-KR/modelProvider.json +16 -0
  29. package/locales/ko-KR/models.json +27 -0
  30. package/locales/ko-KR/providers.json +1 -0
  31. package/locales/nl-NL/modelProvider.json +16 -0
  32. package/locales/nl-NL/models.json +27 -0
  33. package/locales/nl-NL/providers.json +1 -0
  34. package/locales/pl-PL/modelProvider.json +16 -0
  35. package/locales/pl-PL/models.json +27 -0
  36. package/locales/pl-PL/providers.json +1 -0
  37. package/locales/pt-BR/modelProvider.json +16 -0
  38. package/locales/pt-BR/models.json +27 -0
  39. package/locales/pt-BR/providers.json +1 -0
  40. package/locales/ru-RU/modelProvider.json +16 -0
  41. package/locales/ru-RU/models.json +27 -0
  42. package/locales/ru-RU/providers.json +1 -0
  43. package/locales/tr-TR/modelProvider.json +16 -0
  44. package/locales/tr-TR/models.json +27 -0
  45. package/locales/tr-TR/providers.json +1 -0
  46. package/locales/vi-VN/modelProvider.json +16 -0
  47. package/locales/vi-VN/models.json +27 -0
  48. package/locales/vi-VN/providers.json +1 -0
  49. package/locales/zh-CN/modelProvider.json +16 -0
  50. package/locales/zh-CN/models.json +27 -0
  51. package/locales/zh-CN/providers.json +1 -0
  52. package/locales/zh-TW/modelProvider.json +16 -0
  53. package/locales/zh-TW/models.json +27 -0
  54. package/locales/zh-TW/providers.json +1 -0
  55. package/package.json +3 -3
  56. package/src/app/(main)/settings/llm/ProviderList/SenseNova/index.tsx +44 -0
  57. package/src/app/(main)/settings/llm/ProviderList/providers.tsx +4 -0
  58. package/src/config/llm.ts +38 -0
  59. package/src/config/modelProviders/index.ts +4 -0
  60. package/src/config/modelProviders/sensenova.ts +124 -0
  61. package/src/config/modelProviders/spark.ts +6 -6
  62. package/src/const/auth.ts +3 -0
  63. package/src/const/settings/llm.ts +5 -0
  64. package/src/features/Conversation/Error/APIKeyForm/SenseNova.tsx +49 -0
  65. package/src/features/Conversation/Error/APIKeyForm/index.tsx +3 -0
  66. package/src/libs/agent-runtime/AgentRuntime.ts +7 -0
  67. package/src/libs/agent-runtime/index.ts +1 -0
  68. package/src/libs/agent-runtime/sensenova/authToken.test.ts +18 -0
  69. package/src/libs/agent-runtime/sensenova/authToken.ts +27 -0
  70. package/src/libs/agent-runtime/sensenova/index.test.ts +321 -0
  71. package/src/libs/agent-runtime/sensenova/index.ts +98 -0
  72. package/src/libs/agent-runtime/types/type.ts +1 -0
  73. package/src/locales/default/modelProvider.ts +17 -0
  74. package/src/server/globalConfig/index.ts +158 -16
  75. package/src/server/modules/AgentRuntime/index.ts +10 -0
  76. package/src/services/_auth.ts +14 -0
  77. package/src/store/user/slices/modelList/selectors/keyVaults.ts +2 -0
  78. package/src/store/user/slices/modelList/selectors/modelConfig.ts +2 -0
  79. package/src/types/user/settings/keyVaults.ts +6 -0
@@ -119,6 +119,22 @@
119
119
  "title": "Scarica il modello Ollama specificato"
120
120
  }
121
121
  },
122
+ "sensenova": {
123
+ "sensenovaAccessKeyID": {
124
+ "desc": "Inserisci l'ID chiave di accesso SenseNova",
125
+ "placeholder": "ID chiave di accesso SenseNova",
126
+ "title": "ID chiave di accesso"
127
+ },
128
+ "sensenovaAccessKeySecret": {
129
+ "desc": "Inserisci il segreto della chiave di accesso SenseNova",
130
+ "placeholder": "Segreto della chiave di accesso SenseNova",
131
+ "title": "Segreto della chiave di accesso"
132
+ },
133
+ "unlock": {
134
+ "description": "Inserisci il tuo ID chiave di accesso / segreto della chiave di accesso per iniziare la sessione. L'app non registrerà la tua configurazione di autenticazione",
135
+ "title": "Utilizza informazioni di autenticazione personalizzate di SenseNova"
136
+ }
137
+ },
122
138
  "wenxin": {
123
139
  "accessKey": {
124
140
  "desc": "Inserisci l'Access Key della piattaforma Qianfan di Baidu",
@@ -155,6 +155,33 @@
155
155
  "Qwen/Qwen2.5-Math-72B-Instruct": {
156
156
  "description": "Qwen2.5-Math si concentra sulla risoluzione di problemi nel campo della matematica, fornendo risposte professionali a domande di alta difficoltà."
157
157
  },
158
+ "SenseChat": {
159
+ "description": "Modello di base (V4), lunghezza del contesto di 4K, con potenti capacità generali."
160
+ },
161
+ "SenseChat-128K": {
162
+ "description": "Modello di base (V4), lunghezza del contesto di 128K, si distingue in compiti di comprensione e generazione di testi lunghi."
163
+ },
164
+ "SenseChat-32K": {
165
+ "description": "Modello di base (V4), lunghezza del contesto di 32K, applicabile in vari scenari."
166
+ },
167
+ "SenseChat-5": {
168
+ "description": "Modello dell'ultima versione (V5.5), lunghezza del contesto di 128K, con capacità significativamente migliorate in ragionamento matematico, conversazioni in inglese, seguire istruzioni e comprensione di testi lunghi, paragonabile a GPT-4o."
169
+ },
170
+ "SenseChat-5-Cantonese": {
171
+ "description": "Lunghezza del contesto di 32K, supera GPT-4 nella comprensione delle conversazioni in cantonese, paragonabile a GPT-4 Turbo in vari ambiti come conoscenza, ragionamento, matematica e scrittura di codice."
172
+ },
173
+ "SenseChat-Character": {
174
+ "description": "Modello standard, lunghezza del contesto di 8K, alta velocità di risposta."
175
+ },
176
+ "SenseChat-Character-Pro": {
177
+ "description": "Modello avanzato, lunghezza del contesto di 32K, capacità complessivamente migliorate, supporta conversazioni in cinese/inglese."
178
+ },
179
+ "SenseChat-Turbo": {
180
+ "description": "Adatto per domande e risposte rapide, scenari di micro-ottimizzazione del modello."
181
+ },
182
+ "SenseChat-Vision": {
183
+ "description": "Modello dell'ultima versione (V5.5), lunghezza del contesto di 16K, supporta input multipli di immagini, ottimizzazione completa delle capacità di base del modello, con notevoli miglioramenti nel riconoscimento delle proprietà degli oggetti, relazioni spaziali, riconoscimento di eventi, comprensione delle scene, riconoscimento delle emozioni, ragionamento logico e generazione di testi."
184
+ },
158
185
  "THUDM/glm-4-9b-chat": {
159
186
  "description": "GLM-4 9B è una versione open source, progettata per fornire un'esperienza di dialogo ottimizzata per applicazioni conversazionali."
160
187
  },
@@ -63,6 +63,7 @@
63
63
  "qwen": {
64
64
  "description": "Qwen è un modello di linguaggio di grande scala sviluppato autonomamente da Alibaba Cloud, con potenti capacità di comprensione e generazione del linguaggio naturale. Può rispondere a varie domande, creare contenuti testuali, esprimere opinioni e scrivere codice, svolgendo un ruolo in vari settori."
65
65
  },
66
+ "sensenova": {},
66
67
  "siliconcloud": {
67
68
  "description": "SiliconFlow si impegna ad accelerare l'AGI per il bene dell'umanità, migliorando l'efficienza dell'AI su larga scala attraverso stack GenAI facili da usare e a basso costo."
68
69
  },
@@ -119,6 +119,22 @@
119
119
  "title": "Download specified Ollama model"
120
120
  }
121
121
  },
122
+ "sensenova": {
123
+ "sensenovaAccessKeyID": {
124
+ "desc": "SenseNova アクセスキー ID を入力してください",
125
+ "placeholder": "SenseNova アクセスキー ID",
126
+ "title": "アクセスキー ID"
127
+ },
128
+ "sensenovaAccessKeySecret": {
129
+ "desc": "SenseNova アクセスキーシークレットを入力してください",
130
+ "placeholder": "SenseNova アクセスキーシークレット",
131
+ "title": "アクセスキーシークレット"
132
+ },
133
+ "unlock": {
134
+ "description": "あなたのアクセスキー ID / アクセスキーシークレットを入力すると、セッションが開始されます。アプリはあなたの認証設定を記録しません",
135
+ "title": "カスタム SenseNova 認証情報を使用"
136
+ }
137
+ },
122
138
  "wenxin": {
123
139
  "accessKey": {
124
140
  "desc": "百度千帆プラットフォームのAccess Keyを入力してください",
@@ -155,6 +155,33 @@
155
155
  "Qwen/Qwen2.5-Math-72B-Instruct": {
156
156
  "description": "Qwen2.5-Mathは、数学分野の問題解決に特化しており、高難度の問題に対して専門的な解答を提供します。"
157
157
  },
158
+ "SenseChat": {
159
+ "description": "基本バージョンのモデル (V4)、4Kのコンテキスト長で、汎用能力が強力です。"
160
+ },
161
+ "SenseChat-128K": {
162
+ "description": "基本バージョンのモデル (V4)、128Kのコンテキスト長で、長文理解や生成などのタスクで優れたパフォーマンスを発揮します。"
163
+ },
164
+ "SenseChat-32K": {
165
+ "description": "基本バージョンのモデル (V4)、32Kのコンテキスト長で、さまざまなシーンに柔軟に適用できます。"
166
+ },
167
+ "SenseChat-5": {
168
+ "description": "最新バージョンのモデル (V5.5)、128Kのコンテキスト長で、数学的推論、英語の対話、指示のフォロー、長文理解などの分野での能力が大幅に向上し、GPT-4oに匹敵します。"
169
+ },
170
+ "SenseChat-5-Cantonese": {
171
+ "description": "32Kのコンテキスト長で、広東語の対話理解においてGPT-4を超え、知識、推論、数学、コード作成などの複数の分野でGPT-4 Turboに匹敵します。"
172
+ },
173
+ "SenseChat-Character": {
174
+ "description": "スタンダード版モデル、8Kのコンテキスト長で、高速な応答速度を持っています。"
175
+ },
176
+ "SenseChat-Character-Pro": {
177
+ "description": "ハイエンド版モデル、32Kのコンテキスト長で、能力が全面的に向上し、中国語/英語の対話をサポートしています。"
178
+ },
179
+ "SenseChat-Turbo": {
180
+ "description": "迅速な質問応答やモデルの微調整シーンに適しています。"
181
+ },
182
+ "SenseChat-Vision": {
183
+ "description": "最新バージョンのモデル (V5.5)、16Kのコンテキスト長で、複数の画像入力をサポートし、モデルの基本能力を全面的に最適化しています。物体の属性認識、空間関係、動作イベントの認識、シーン理解、感情認識、論理的常識推論、テキスト理解生成において大幅な向上を実現しました。"
184
+ },
158
185
  "THUDM/glm-4-9b-chat": {
159
186
  "description": "GLM-4 9Bはオープンソース版で、会話アプリケーションに最適化された対話体験を提供します。"
160
187
  },
@@ -63,6 +63,7 @@
63
63
  "qwen": {
64
64
  "description": "通義千問は、アリババクラウドが独自に開発した超大規模言語モデルであり、強力な自然言語理解と生成能力を持っています。さまざまな質問に答えたり、文章を創作したり、意見を表現したり、コードを執筆したりすることができ、さまざまな分野で活躍しています。"
65
65
  },
66
+ "sensenova": {},
66
67
  "siliconcloud": {
67
68
  "description": "SiliconFlowは、AGIを加速させ、人類に利益をもたらすことを目指し、使いやすくコスト効率の高いGenAIスタックを通じて大規模AIの効率を向上させることに取り組んでいます。"
68
69
  },
@@ -119,6 +119,22 @@
119
119
  "title": "Download specified Ollama model"
120
120
  }
121
121
  },
122
+ "sensenova": {
123
+ "sensenovaAccessKeyID": {
124
+ "desc": "SenseNova Access Key ID를 입력하세요",
125
+ "placeholder": "SenseNova Access Key ID",
126
+ "title": "Access Key ID"
127
+ },
128
+ "sensenovaAccessKeySecret": {
129
+ "desc": "SenseNova Access Key Secret를 입력하세요",
130
+ "placeholder": "SenseNova Access Key Secret",
131
+ "title": "Access Key Secret"
132
+ },
133
+ "unlock": {
134
+ "description": "Access Key ID / Access Key Secret를 입력하면 대화를 시작할 수 있습니다. 애플리케이션은 인증 구성을 기록하지 않습니다.",
135
+ "title": "사용자 정의 SenseNova 인증 정보 사용"
136
+ }
137
+ },
122
138
  "wenxin": {
123
139
  "accessKey": {
124
140
  "desc": "바이두 천범 플랫폼의 Access Key를 입력하세요",
@@ -155,6 +155,33 @@
155
155
  "Qwen/Qwen2.5-Math-72B-Instruct": {
156
156
  "description": "Qwen2.5-Math는 수학 분야의 문제 해결에 중점을 두고 있으며, 고난이도 문제에 대한 전문적인 해답을 제공합니다."
157
157
  },
158
+ "SenseChat": {
159
+ "description": "기본 버전 모델(V4), 4K 컨텍스트 길이, 일반적인 능력이 강력합니다."
160
+ },
161
+ "SenseChat-128K": {
162
+ "description": "기본 버전 모델(V4), 128K 컨텍스트 길이, 긴 텍스트 이해 및 생성 작업에서 뛰어난 성능을 발휘합니다."
163
+ },
164
+ "SenseChat-32K": {
165
+ "description": "기본 버전 모델(V4), 32K 컨텍스트 길이, 다양한 시나리오에 유연하게 적용됩니다."
166
+ },
167
+ "SenseChat-5": {
168
+ "description": "최신 버전 모델(V5.5), 128K 컨텍스트 길이, 수학적 추론, 영어 대화, 지시 따르기 및 긴 텍스트 이해 등 분야에서 능력이 크게 향상되어 GPT-4o와 견줄 수 있습니다."
169
+ },
170
+ "SenseChat-5-Cantonese": {
171
+ "description": "32K 컨텍스트 길이, 광둥어 대화 이해에서 GPT-4를 초월하며, 지식, 추론, 수학 및 코드 작성 등 여러 분야에서 GPT-4 Turbo와 견줄 수 있습니다."
172
+ },
173
+ "SenseChat-Character": {
174
+ "description": "표준 버전 모델, 8K 컨텍스트 길이, 높은 응답 속도를 자랑합니다."
175
+ },
176
+ "SenseChat-Character-Pro": {
177
+ "description": "고급 버전 모델, 32K 컨텍스트 길이, 능력이 전반적으로 향상되었으며, 중/영어 대화를 지원합니다."
178
+ },
179
+ "SenseChat-Turbo": {
180
+ "description": "빠른 질문 응답 및 모델 미세 조정 시나리오에 적합합니다."
181
+ },
182
+ "SenseChat-Vision": {
183
+ "description": "최신 버전 모델(V5.5), 16K 컨텍스트 길이, 다중 이미지 입력을 지원하며, 모델의 기본 능력 최적화를 전면적으로 구현하여 객체 속성 인식, 공간 관계, 동작 사건 인식, 장면 이해, 감정 인식, 논리 상식 추론 및 텍스트 이해 생성에서 큰 향상을 이루었습니다."
184
+ },
158
185
  "THUDM/glm-4-9b-chat": {
159
186
  "description": "GLM-4 9B 오픈 소스 버전으로, 대화 응용을 위한 최적화된 대화 경험을 제공합니다."
160
187
  },
@@ -63,6 +63,7 @@
63
63
  "qwen": {
64
64
  "description": "통의천문은 알리바바 클라우드가 자주 개발한 초대형 언어 모델로, 강력한 자연어 이해 및 생성 능력을 갖추고 있습니다. 다양한 질문에 답변하고, 텍스트 콘텐츠를 창작하며, 의견을 표현하고, 코드를 작성하는 등 여러 분야에서 활용됩니다."
65
65
  },
66
+ "sensenova": {},
66
67
  "siliconcloud": {
67
68
  "description": "SiliconFlow는 AGI를 가속화하여 인류에 혜택을 주기 위해 사용하기 쉽고 비용이 저렴한 GenAI 스택을 통해 대규모 AI 효율성을 향상시키는 데 전념하고 있습니다."
68
69
  },
@@ -119,6 +119,22 @@
119
119
  "title": "Download specified Ollama model"
120
120
  }
121
121
  },
122
+ "sensenova": {
123
+ "sensenovaAccessKeyID": {
124
+ "desc": "Vul je SenseNova Access Key ID in",
125
+ "placeholder": "SenseNova Access Key ID",
126
+ "title": "Access Key ID"
127
+ },
128
+ "sensenovaAccessKeySecret": {
129
+ "desc": "Vul je SenseNova Access Key Secret in",
130
+ "placeholder": "SenseNova Access Key Secret",
131
+ "title": "Access Key Secret"
132
+ },
133
+ "unlock": {
134
+ "description": "Voer je Access Key ID / Access Key Secret in om de sessie te starten. De applicatie registreert je authenticatie-instellingen niet",
135
+ "title": "Gebruik aangepaste SenseNova authenticatie-informatie"
136
+ }
137
+ },
122
138
  "wenxin": {
123
139
  "accessKey": {
124
140
  "desc": "Vul de Access Key van het Baidu Qianfan-platform in",
@@ -155,6 +155,33 @@
155
155
  "Qwen/Qwen2.5-Math-72B-Instruct": {
156
156
  "description": "Qwen2.5-Math richt zich op het oplossen van wiskundige vraagstukken en biedt professionele antwoorden op moeilijke vragen."
157
157
  },
158
+ "SenseChat": {
159
+ "description": "Basisversie van het model (V4), met een contextlengte van 4K, heeft sterke algemene capaciteiten."
160
+ },
161
+ "SenseChat-128K": {
162
+ "description": "Basisversie van het model (V4), met een contextlengte van 128K, presteert uitstekend in taken van begrip en generatie van lange teksten."
163
+ },
164
+ "SenseChat-32K": {
165
+ "description": "Basisversie van het model (V4), met een contextlengte van 32K, flexibel toepasbaar in verschillende scenario's."
166
+ },
167
+ "SenseChat-5": {
168
+ "description": "De nieuwste versie van het model (V5.5), met een contextlengte van 128K, heeft aanzienlijke verbeteringen in wiskundig redeneren, Engelse conversatie, instructievolging en begrip van lange teksten, en kan zich meten met GPT-4o."
169
+ },
170
+ "SenseChat-5-Cantonese": {
171
+ "description": "Met een contextlengte van 32K overtreft het de conversatiebegrip in het Kantonees van GPT-4 en kan het zich in verschillende domeinen zoals kennis, redeneren, wiskunde en coderen meten met GPT-4 Turbo."
172
+ },
173
+ "SenseChat-Character": {
174
+ "description": "Standaardversie van het model, met een contextlengte van 8K, hoge responsnelheid."
175
+ },
176
+ "SenseChat-Character-Pro": {
177
+ "description": "Geavanceerde versie van het model, met een contextlengte van 32K, met uitgebreide verbeteringen in capaciteiten, ondersteunt zowel Chinese als Engelse conversaties."
178
+ },
179
+ "SenseChat-Turbo": {
180
+ "description": "Geschikt voor snelle vraag-en-antwoord en modelafstemming."
181
+ },
182
+ "SenseChat-Vision": {
183
+ "description": "De nieuwste versie van het model (V5.5), met een contextlengte van 16K, ondersteunt meerdere afbeeldingsinvoeren en heeft de basiscapaciteiten van het model geoptimaliseerd, met aanzienlijke verbeteringen in objecteigenschappenherkenning, ruimtelijke relaties, actie-evenementherkenning, scènebegrip, emotieherkenning, logische redenering en tekstbegrip en -generatie."
184
+ },
158
185
  "THUDM/glm-4-9b-chat": {
159
186
  "description": "GLM-4 9B is de open-source versie die een geoptimaliseerde gesprekservaring biedt voor gespreksapplicaties."
160
187
  },
@@ -63,6 +63,7 @@
63
63
  "qwen": {
64
64
  "description": "Tongyi Qianwen is een door Alibaba Cloud zelf ontwikkeld grootschalig taalmodel met krachtige mogelijkheden voor natuurlijke taalbegrip en -generatie. Het kan verschillende vragen beantwoorden, tekstinhoud creëren, meningen uiten, code schrijven, en speelt een rol in verschillende domeinen."
65
65
  },
66
+ "sensenova": {},
66
67
  "siliconcloud": {
67
68
  "description": "SiliconFlow streeft ernaar AGI te versnellen ten behoeve van de mensheid, door de efficiëntie van grootschalige AI te verbeteren met een gebruiksvriendelijke en kosteneffectieve GenAI-stack."
68
69
  },
@@ -119,6 +119,22 @@
119
119
  "title": "Download specified Ollama model"
120
120
  }
121
121
  },
122
+ "sensenova": {
123
+ "sensenovaAccessKeyID": {
124
+ "desc": "Wprowadź SenseNova Access Key ID",
125
+ "placeholder": "SenseNova Access Key ID",
126
+ "title": "Access Key ID"
127
+ },
128
+ "sensenovaAccessKeySecret": {
129
+ "desc": "Wprowadź SenseNova Access Key Secret",
130
+ "placeholder": "SenseNova Access Key Secret",
131
+ "title": "Access Key Secret"
132
+ },
133
+ "unlock": {
134
+ "description": "Wprowadź swój Access Key ID / Access Key Secret, aby rozpocząć sesję. Aplikacja nie zapisze twojej konfiguracji autoryzacji",
135
+ "title": "Użyj niestandardowych informacji autoryzacyjnych SenseNova"
136
+ }
137
+ },
122
138
  "wenxin": {
123
139
  "accessKey": {
124
140
  "desc": "Wprowadź Access Key z platformy Baidu Qianfan",
@@ -155,6 +155,33 @@
155
155
  "Qwen/Qwen2.5-Math-72B-Instruct": {
156
156
  "description": "Qwen2.5-Math koncentruje się na rozwiązywaniu problemów w dziedzinie matematyki, oferując profesjonalne odpowiedzi na trudne pytania."
157
157
  },
158
+ "SenseChat": {
159
+ "description": "Podstawowa wersja modelu (V4), długość kontekstu 4K, silne zdolności ogólne."
160
+ },
161
+ "SenseChat-128K": {
162
+ "description": "Podstawowa wersja modelu (V4), długość kontekstu 128K, doskonałe wyniki w zadaniach związanych z rozumieniem i generowaniem długich tekstów."
163
+ },
164
+ "SenseChat-32K": {
165
+ "description": "Podstawowa wersja modelu (V4), długość kontekstu 32K, elastycznie stosowana w różnych scenariuszach."
166
+ },
167
+ "SenseChat-5": {
168
+ "description": "Najnowsza wersja modelu (V5.5), długość kontekstu 128K, znacznie poprawione zdolności w zakresie rozumowania matematycznego, rozmów w języku angielskim, podążania za instrukcjami oraz rozumienia długich tekstów, dorównująca GPT-4o."
169
+ },
170
+ "SenseChat-5-Cantonese": {
171
+ "description": "Długość kontekstu 32K, w rozumieniu rozmów w języku kantońskim przewyższa GPT-4, w wielu dziedzinach, takich jak wiedza, rozumowanie, matematyka i programowanie, dorównuje GPT-4 Turbo."
172
+ },
173
+ "SenseChat-Character": {
174
+ "description": "Standardowa wersja modelu, długość kontekstu 8K, wysoka szybkość reakcji."
175
+ },
176
+ "SenseChat-Character-Pro": {
177
+ "description": "Zaawansowana wersja modelu, długość kontekstu 32K, znacznie poprawione zdolności, obsługuje rozmowy w języku chińskim i angielskim."
178
+ },
179
+ "SenseChat-Turbo": {
180
+ "description": "Idealny do szybkich odpowiedzi i scenariuszy dostosowywania modelu."
181
+ },
182
+ "SenseChat-Vision": {
183
+ "description": "Najnowsza wersja modelu (V5.5), długość kontekstu 16K, obsługuje wiele obrazów jako wejście, w pełni realizuje optymalizację podstawowych zdolności modelu, osiągając znaczne postępy w rozpoznawaniu atrybutów obiektów, relacjach przestrzennych, rozpoznawaniu zdarzeń, rozumieniu scen, rozpoznawaniu emocji, rozumowaniu logicznym oraz generowaniu i rozumieniu tekstu."
184
+ },
158
185
  "THUDM/glm-4-9b-chat": {
159
186
  "description": "GLM-4 9B to otwarta wersja, oferująca zoptymalizowane doświadczenie dialogowe dla aplikacji konwersacyjnych."
160
187
  },
@@ -63,6 +63,7 @@
63
63
  "qwen": {
64
64
  "description": "Tongyi Qianwen to samodzielnie opracowany przez Alibaba Cloud model językowy o dużej skali, charakteryzujący się silnymi zdolnościami rozumienia i generowania języka naturalnego. Może odpowiadać na różnorodne pytania, tworzyć treści pisemne, wyrażać opinie, pisać kod i działać w wielu dziedzinach."
65
65
  },
66
+ "sensenova": {},
66
67
  "siliconcloud": {
67
68
  "description": "SiliconFlow dąży do przyspieszenia AGI, aby przynieść korzyści ludzkości, poprawiając wydajność dużych modeli AI dzięki łatwemu w użyciu i niskokosztowemu stosowi GenAI."
68
69
  },
@@ -119,6 +119,22 @@
119
119
  "title": "Download specified Ollama model"
120
120
  }
121
121
  },
122
+ "sensenova": {
123
+ "sensenovaAccessKeyID": {
124
+ "desc": "Insira o SenseNova Access Key ID",
125
+ "placeholder": "SenseNova Access Key ID",
126
+ "title": "Access Key ID"
127
+ },
128
+ "sensenovaAccessKeySecret": {
129
+ "desc": "Insira o SenseNova Access Key Secret",
130
+ "placeholder": "SenseNova Access Key Secret",
131
+ "title": "Access Key Secret"
132
+ },
133
+ "unlock": {
134
+ "description": "Digite seu Access Key ID / Access Key Secret para iniciar a sessão. O aplicativo não registrará suas configurações de autenticação",
135
+ "title": "Usar informações de autenticação personalizadas do SenseNova"
136
+ }
137
+ },
122
138
  "wenxin": {
123
139
  "accessKey": {
124
140
  "desc": "Insira a Access Key da plataforma Qianfan do Baidu",
@@ -155,6 +155,33 @@
155
155
  "Qwen/Qwen2.5-Math-72B-Instruct": {
156
156
  "description": "Qwen2.5-Math foca na resolução de problemas na área de matemática, oferecendo respostas especializadas para questões de alta dificuldade."
157
157
  },
158
+ "SenseChat": {
159
+ "description": "Modelo da versão básica (V4), com comprimento de contexto de 4K, com capacidades gerais poderosas."
160
+ },
161
+ "SenseChat-128K": {
162
+ "description": "Modelo da versão básica (V4), com comprimento de contexto de 128K, se destaca em tarefas de compreensão e geração de textos longos."
163
+ },
164
+ "SenseChat-32K": {
165
+ "description": "Modelo da versão básica (V4), com comprimento de contexto de 32K, aplicável de forma flexível em diversos cenários."
166
+ },
167
+ "SenseChat-5": {
168
+ "description": "Modelo da versão mais recente (V5.5), com comprimento de contexto de 128K, com capacidades significativamente aprimoradas em raciocínio matemático, diálogos em inglês, seguimento de instruções e compreensão de textos longos, rivalizando com o GPT-4o."
169
+ },
170
+ "SenseChat-5-Cantonese": {
171
+ "description": "Comprimento de contexto de 32K, superando o GPT-4 na compreensão de diálogos em cantonês, competindo com o GPT-4 Turbo em várias áreas, incluindo conhecimento, raciocínio, matemática e programação."
172
+ },
173
+ "SenseChat-Character": {
174
+ "description": "Modelo padrão, com comprimento de contexto de 8K, alta velocidade de resposta."
175
+ },
176
+ "SenseChat-Character-Pro": {
177
+ "description": "Modelo avançado, com comprimento de contexto de 32K, com capacidades amplamente aprimoradas, suportando diálogos em chinês e inglês."
178
+ },
179
+ "SenseChat-Turbo": {
180
+ "description": "Adequado para perguntas rápidas e cenários de ajuste fino do modelo."
181
+ },
182
+ "SenseChat-Vision": {
183
+ "description": "Modelo da versão mais recente (V5.5), com comprimento de contexto de 16K, suporta entrada de múltiplas imagens, implementa otimizações abrangentes nas capacidades básicas do modelo, com grandes melhorias em reconhecimento de propriedades de objetos, relações espaciais, reconhecimento de eventos de ação, compreensão de cenas, reconhecimento de emoções, raciocínio lógico e compreensão e geração de texto."
184
+ },
158
185
  "THUDM/glm-4-9b-chat": {
159
186
  "description": "GLM-4 9B é uma versão de código aberto, oferecendo uma experiência de diálogo otimizada para aplicações de conversa."
160
187
  },
@@ -63,6 +63,7 @@
63
63
  "qwen": {
64
64
  "description": "Qwen é um modelo de linguagem de grande escala desenvolvido pela Alibaba Cloud, com forte capacidade de compreensão e geração de linguagem natural. Ele pode responder a várias perguntas, criar conteúdo escrito, expressar opiniões e escrever código, atuando em vários campos."
65
65
  },
66
+ "sensenova": {},
66
67
  "siliconcloud": {
67
68
  "description": "SiliconFlow se dedica a acelerar a AGI para beneficiar a humanidade, melhorando a eficiência da IA em larga escala por meio de uma pilha GenAI fácil de usar e de baixo custo."
68
69
  },
@@ -119,6 +119,22 @@
119
119
  "title": "Download specified Ollama model"
120
120
  }
121
121
  },
122
+ "sensenova": {
123
+ "sensenovaAccessKeyID": {
124
+ "desc": "Введите SenseNova Access Key ID",
125
+ "placeholder": "SenseNova Access Key ID",
126
+ "title": "Access Key ID"
127
+ },
128
+ "sensenovaAccessKeySecret": {
129
+ "desc": "Введите SenseNova Access Key Secret",
130
+ "placeholder": "SenseNova Access Key Secret",
131
+ "title": "Access Key Secret"
132
+ },
133
+ "unlock": {
134
+ "description": "Введите ваш Access Key ID / Access Key Secret, чтобы начать сессию. Приложение не будет записывать ваши настройки аутентификации",
135
+ "title": "Используйте пользовательскую аутентификацию SenseNova"
136
+ }
137
+ },
122
138
  "wenxin": {
123
139
  "accessKey": {
124
140
  "desc": "Введите Access Key платформы Baidu Qianfan",
@@ -155,6 +155,33 @@
155
155
  "Qwen/Qwen2.5-Math-72B-Instruct": {
156
156
  "description": "Qwen2.5-Math сосредоточен на решении математических задач, предоставляя профессиональные ответы на сложные вопросы."
157
157
  },
158
+ "SenseChat": {
159
+ "description": "Базовая версия модели (V4), длина контекста 4K, обладает мощными универсальными возможностями."
160
+ },
161
+ "SenseChat-128K": {
162
+ "description": "Базовая версия модели (V4), длина контекста 128K, демонстрирует отличные результаты в задачах понимания и генерации длинных текстов."
163
+ },
164
+ "SenseChat-32K": {
165
+ "description": "Базовая версия модели (V4), длина контекста 32K, гибко применяется в различных сценариях."
166
+ },
167
+ "SenseChat-5": {
168
+ "description": "Последняя версия модели (V5.5), длина контекста 128K, значительно улучшенные способности в математическом рассуждении, английских диалогах, следовании инструкциям и понимании длинных текстов, сопоставимые с GPT-4o."
169
+ },
170
+ "SenseChat-5-Cantonese": {
171
+ "description": "Длина контекста 32K, превосходит GPT-4 в понимании диалогов на кантонском, сопоставим с GPT-4 Turbo в таких областях, как знания, рассуждение, математика и написание кода."
172
+ },
173
+ "SenseChat-Character": {
174
+ "description": "Стандартная версия модели, длина контекста 8K, высокая скорость отклика."
175
+ },
176
+ "SenseChat-Character-Pro": {
177
+ "description": "Расширенная версия модели, длина контекста 32K, всеобъемлющие улучшения возможностей, поддерживает диалоги на китайском и английском языках."
178
+ },
179
+ "SenseChat-Turbo": {
180
+ "description": "Подходит для быстрого ответа на вопросы и сценариев тонкой настройки модели."
181
+ },
182
+ "SenseChat-Vision": {
183
+ "description": "Последняя версия модели (V5.5), длина контекста 16K, поддерживает ввод нескольких изображений, полностью реализована оптимизация базовых возможностей модели, значительно улучшены распознавание свойств объектов, пространственные отношения, распознавание событий, понимание сцен, распознавание эмоций, логическое рассуждение и генерация текста."
184
+ },
158
185
  "THUDM/glm-4-9b-chat": {
159
186
  "description": "GLM-4 9B — это открытая версия, обеспечивающая оптимизированный диалоговый опыт для приложений."
160
187
  },
@@ -63,6 +63,7 @@
63
63
  "qwen": {
64
64
  "description": "Qwen — это сверхбольшая языковая модель, разработанная Alibaba Cloud, обладающая мощными возможностями понимания и генерации естественного языка. Она может отвечать на различные вопросы, создавать текстовый контент, выражать мнения и писать код, играя важную роль в различных областях."
65
65
  },
66
+ "sensenova": {},
66
67
  "siliconcloud": {
67
68
  "description": "SiliconFlow стремится ускорить AGI, чтобы принести пользу человечеству, повышая эффективность масштабного AI с помощью простого и экономичного стека GenAI."
68
69
  },
@@ -119,6 +119,22 @@
119
119
  "title": "下载指定的 Ollama 模型"
120
120
  }
121
121
  },
122
+ "sensenova": {
123
+ "sensenovaAccessKeyID": {
124
+ "desc": "SenseNova Erişim Anahtar Kimliği girin",
125
+ "placeholder": "SenseNova Erişim Anahtar Kimliği",
126
+ "title": "Erişim Anahtar Kimliği"
127
+ },
128
+ "sensenovaAccessKeySecret": {
129
+ "desc": "SenseNova Erişim Anahtar Gizli Anahtarını girin",
130
+ "placeholder": "SenseNova Erişim Anahtar Gizli Anahtarı",
131
+ "title": "Erişim Anahtar Gizli Anahtarı"
132
+ },
133
+ "unlock": {
134
+ "description": "Oturuma başlamak için Erişim Anahtar Kimliğinizi / Erişim Anahtar Gizli Anahtarınızı girin. Uygulama kimlik doğrulama yapılandırmanızı kaydetmeyecek",
135
+ "title": "Özel SenseNova kimlik doğrulama bilgilerini kullan"
136
+ }
137
+ },
122
138
  "wenxin": {
123
139
  "accessKey": {
124
140
  "desc": "Baidu Qianfan platform için Access Key girin",
@@ -155,6 +155,33 @@
155
155
  "Qwen/Qwen2.5-Math-72B-Instruct": {
156
156
  "description": "Qwen2.5-Math, matematik alanındaki sorunları çözmeye odaklanır ve yüksek zorlukta sorulara profesyonel yanıtlar sunar."
157
157
  },
158
+ "SenseChat": {
159
+ "description": "Temel sürüm model (V4), 4K bağlam uzunluğu ile genel yetenekleri güçlüdür."
160
+ },
161
+ "SenseChat-128K": {
162
+ "description": "Temel sürüm model (V4), 128K bağlam uzunluğu ile uzun metin anlama ve üretme görevlerinde mükemmel performans sergilemektedir."
163
+ },
164
+ "SenseChat-32K": {
165
+ "description": "Temel sürüm model (V4), 32K bağlam uzunluğu ile çeşitli senaryolarda esnek bir şekilde uygulanabilir."
166
+ },
167
+ "SenseChat-5": {
168
+ "description": "En son sürüm model (V5.5), 128K bağlam uzunluğu, matematiksel akıl yürütme, İngilizce diyalog, talimat takibi ve uzun metin anlama gibi alanlarda önemli gelişmeler göstermektedir ve GPT-4o ile karşılaştırılabilir."
169
+ },
170
+ "SenseChat-5-Cantonese": {
171
+ "description": "32K bağlam uzunluğu ile, Kantonca diyalog anlama konusunda GPT-4'ü aşmakta, bilgi, akıl yürütme, matematik ve kod yazma gibi birçok alanda GPT-4 Turbo ile rekabet edebilmektedir."
172
+ },
173
+ "SenseChat-Character": {
174
+ "description": "Standart sürüm model, 8K bağlam uzunluğu ile yüksek yanıt hızı sunmaktadır."
175
+ },
176
+ "SenseChat-Character-Pro": {
177
+ "description": "Gelişmiş sürüm model, 32K bağlam uzunluğu ile yetenekleri tamamen geliştirilmiş, Çince/İngilizce diyalogları desteklemektedir."
178
+ },
179
+ "SenseChat-Turbo": {
180
+ "description": "Hızlı soru-cevap ve model ince ayar senaryoları için uygundur."
181
+ },
182
+ "SenseChat-Vision": {
183
+ "description": "En son sürüm model (V5.5), 16K bağlam uzunluğu, çoklu görüntü girişini destekler, modelin temel yetenek optimizasyonunu tam olarak gerçekleştirir ve nesne özellik tanıma, mekansal ilişkiler, eylem olayı tanıma, sahne anlama, duygu tanıma, mantıksal bilgi akıl yürütme ve metin anlama üretiminde önemli iyileştirmeler sağlamıştır."
184
+ },
158
185
  "THUDM/glm-4-9b-chat": {
159
186
  "description": "GLM-4 9B açık kaynak versiyonu, diyalog uygulamaları için optimize edilmiş bir diyalog deneyimi sunar."
160
187
  },
@@ -63,6 +63,7 @@
63
63
  "qwen": {
64
64
  "description": "Tongyi Qianwen, Alibaba Cloud tarafından geliştirilen büyük ölçekli bir dil modelidir ve güçlü doğal dil anlama ve üretme yeteneklerine sahiptir. Çeşitli soruları yanıtlayabilir, metin içeriği oluşturabilir, görüşlerini ifade edebilir ve kod yazabilir. Birçok alanda etkili bir şekilde kullanılmaktadır."
65
65
  },
66
+ "sensenova": {},
66
67
  "siliconcloud": {
67
68
  "description": "SiliconFlow, insanlığa fayda sağlamak amacıyla AGI'yi hızlandırmaya odaklanmakta ve kullanıcı dostu ve maliyet etkin GenAI yığınları ile büyük ölçekli yapay zeka verimliliğini artırmayı hedeflemektedir."
68
69
  },
@@ -119,6 +119,22 @@
119
119
  "title": "Tải xuống mô hình Ollama đã chỉ định"
120
120
  }
121
121
  },
122
+ "sensenova": {
123
+ "sensenovaAccessKeyID": {
124
+ "desc": "Nhập SenseNova Access Key ID",
125
+ "placeholder": "SenseNova Access Key ID",
126
+ "title": "Access Key ID"
127
+ },
128
+ "sensenovaAccessKeySecret": {
129
+ "desc": "Nhập SenseNova Access Key Secret",
130
+ "placeholder": "SenseNova Access Key Secret",
131
+ "title": "Access Key Secret"
132
+ },
133
+ "unlock": {
134
+ "description": "Nhập Access Key ID / Access Key Secret của bạn để bắt đầu phiên. Ứng dụng sẽ không ghi lại cấu hình xác thực của bạn",
135
+ "title": "Sử dụng thông tin xác thực SenseNova tùy chỉnh"
136
+ }
137
+ },
122
138
  "wenxin": {
123
139
  "accessKey": {
124
140
  "desc": "Nhập Access Key từ nền tảng Qianfan của Baidu",
@@ -155,6 +155,33 @@
155
155
  "Qwen/Qwen2.5-Math-72B-Instruct": {
156
156
  "description": "Qwen2.5-Math tập trung vào việc giải quyết các vấn đề trong lĩnh vực toán học, cung cấp giải pháp chuyên nghiệp cho các bài toán khó."
157
157
  },
158
+ "SenseChat": {
159
+ "description": "Mô hình phiên bản cơ bản (V4), độ dài ngữ cảnh 4K, khả năng tổng quát mạnh mẽ."
160
+ },
161
+ "SenseChat-128K": {
162
+ "description": "Mô hình phiên bản cơ bản (V4), độ dài ngữ cảnh 128K, thể hiện xuất sắc trong các nhiệm vụ hiểu và sinh văn bản dài."
163
+ },
164
+ "SenseChat-32K": {
165
+ "description": "Mô hình phiên bản cơ bản (V4), độ dài ngữ cảnh 32K, linh hoạt áp dụng trong nhiều tình huống."
166
+ },
167
+ "SenseChat-5": {
168
+ "description": "Phiên bản mô hình mới nhất (V5.5), độ dài ngữ cảnh 128K, khả năng cải thiện đáng kể trong suy luận toán học, đối thoại tiếng Anh, theo dõi chỉ dẫn và hiểu biết văn bản dài, ngang tầm với GPT-4o."
169
+ },
170
+ "SenseChat-5-Cantonese": {
171
+ "description": "Độ dài ngữ cảnh 32K, vượt qua GPT-4 trong hiểu biết đối thoại tiếng Quảng Đông, có thể so sánh với GPT-4 Turbo trong nhiều lĩnh vực như kiến thức, suy luận, toán học và lập trình mã."
172
+ },
173
+ "SenseChat-Character": {
174
+ "description": "Mô hình phiên bản tiêu chuẩn, độ dài ngữ cảnh 8K, tốc độ phản hồi cao."
175
+ },
176
+ "SenseChat-Character-Pro": {
177
+ "description": "Mô hình phiên bản cao cấp, độ dài ngữ cảnh 32K, khả năng được cải thiện toàn diện, hỗ trợ đối thoại tiếng Trung/tiếng Anh."
178
+ },
179
+ "SenseChat-Turbo": {
180
+ "description": "Phù hợp cho các tình huống hỏi đáp nhanh và tinh chỉnh mô hình."
181
+ },
182
+ "SenseChat-Vision": {
183
+ "description": "Phiên bản mô hình mới nhất (V5.5), độ dài ngữ cảnh 16K, hỗ trợ đầu vào nhiều hình ảnh, hoàn thiện khả năng cơ bản của mô hình, đạt được sự cải thiện lớn trong nhận diện thuộc tính đối tượng, mối quan hệ không gian, nhận diện sự kiện hành động, hiểu biết cảnh, nhận diện cảm xúc, suy luận kiến thức logic và hiểu biết sinh văn bản."
184
+ },
158
185
  "THUDM/glm-4-9b-chat": {
159
186
  "description": "GLM-4 9B là phiên bản mã nguồn mở, cung cấp trải nghiệm đối thoại tối ưu cho các ứng dụng hội thoại."
160
187
  },
@@ -63,6 +63,7 @@
63
63
  "qwen": {
64
64
  "description": "Qwen là mô hình ngôn ngữ quy mô lớn tự phát triển của Alibaba Cloud, có khả năng hiểu và tạo ngôn ngữ tự nhiên mạnh mẽ. Nó có thể trả lời nhiều câu hỏi, sáng tác nội dung văn bản, bày tỏ quan điểm, viết mã, v.v., hoạt động trong nhiều lĩnh vực."
65
65
  },
66
+ "sensenova": {},
66
67
  "siliconcloud": {
67
68
  "description": "SiliconFlow cam kết tăng tốc AGI để mang lại lợi ích cho nhân loại, nâng cao hiệu quả AI quy mô lớn thông qua một ngăn xếp GenAI dễ sử dụng và chi phí thấp."
68
69
  },