diff --git a/nix/assets-hash.txt b/nix/assets-hash.txt index 8f255e3f6..e69de29bb 100644 --- a/nix/assets-hash.txt +++ b/nix/assets-hash.txt @@ -1 +0,0 @@ -sha256-69tCpJaxRUnyR9CrHlmWJWEWLDpYzyzska7ui9++QoY= diff --git a/packages/i18n/src/locales/en/settings.yaml b/packages/i18n/src/locales/en/settings.yaml index 8152cb425..c592a15cb 100644 --- a/packages/i18n/src/locales/en/settings.yaml +++ b/packages/i18n/src/locales/en/settings.yaml @@ -91,6 +91,8 @@ pages: card_not_found: Card not found character: Character close: Close + chat: + provider: Chat / Provider consciousness: model: Consciousness / Model created_by: created by @@ -119,6 +121,9 @@ pages: scenario: You recently woke up and forgot everything about your previous life. systemprompt: You will receive messages, answer to them like a real human. posthistoryinstructions: Remember to imitate an human. + modules_info: Configure modules for this character card. If not set, default module configuration will be used. + use_default: Use default + use_default_not_configured: Use default (not configured) fields_info: subtitle: >- You can put here some details about the character you are creating, @@ -139,6 +144,8 @@ pages: version: >- Card version, you should increase this if you are making changes from a previous card. + consciousness_model: Select the consciousness model (AI model) for this character. + speech_model: Select the speech synthesis model and voice for this character. errors: name: Name should be valid or non-empty. version: 'Error: Invalid version number !' @@ -148,6 +155,7 @@ pages: systemprompt: 'Error: Please, provide a system prompt.' posthistoryinstructions: 'Error: Post history prompt is required.' modules: Modules + name_asc: Name (A-Z) name_desc: Name (Z-A) no_cards: No cards yet. Click the button above to upload one! @@ -159,6 +167,7 @@ pages: search: Search cards... sort_by: Sort by speech: + provider: Speech / Provider model: Speech / Model voice: Speech / Voice systemprompt: System Prompt @@ -305,7 +314,7 @@ pages: search_results: Found {count} of {total} models show_less: Show less show_more: Show more - subtitle: Select a model from the provider + subtitle: Select a default model from the provider title: Model title: Consciousness description: Thinking, vision, speech synthesis, gaming, etc. diff --git a/packages/i18n/src/locales/es/settings.yaml b/packages/i18n/src/locales/es/settings.yaml index 1289419ff..7751c0757 100644 --- a/packages/i18n/src/locales/es/settings.yaml +++ b/packages/i18n/src/locales/es/settings.yaml @@ -294,7 +294,7 @@ pages: search_results: Encontrados {count} de {total} modelos show_less: Mostrar menos show_more: Mostrar más - subtitle: Selecciona un modelo del proveedor + subtitle: Seleccionar un modelo predeterminado del proveedor title: Modelo title: Consciencia description: Pensamiento, visión, síntesis de voz, juegos, etc. diff --git a/packages/i18n/src/locales/fr/settings.yaml b/packages/i18n/src/locales/fr/settings.yaml index b03d4235d..b9f461a34 100644 --- a/packages/i18n/src/locales/fr/settings.yaml +++ b/packages/i18n/src/locales/fr/settings.yaml @@ -294,7 +294,7 @@ pages: search_results: '{count} modèles trouvés sur {total}' show_less: Afficher moins show_more: Afficher plus - subtitle: Sélectionnez un modèle du fournisseur + subtitle: Sélectionner un modèle par défaut du fournisseur title: Modèle title: Conscience description: Synthèse, vision, parole, jeux, etc. diff --git a/packages/i18n/src/locales/ja/settings.yaml b/packages/i18n/src/locales/ja/settings.yaml index 587318f67..9efc4773f 100644 --- a/packages/i18n/src/locales/ja/settings.yaml +++ b/packages/i18n/src/locales/ja/settings.yaml @@ -294,7 +294,7 @@ pages: search_results: 結果{total}個中{count}個のモデルが見つかりました show_less: 表示を減らす show_more: もっと表示 - subtitle: プロバイダーからモデルを選択 + subtitle: プロバイダーからデフォルトモデルを選択 title: モデル title: 意識 description: 思考、視覚、音声合成、ゲームなど。 diff --git a/packages/i18n/src/locales/ko/settings.yaml b/packages/i18n/src/locales/ko/settings.yaml index a16df75c9..46e1114a5 100644 --- a/packages/i18n/src/locales/ko/settings.yaml +++ b/packages/i18n/src/locales/ko/settings.yaml @@ -294,7 +294,7 @@ pages: search_results: Found {count} of {total} models show_less: Show less show_more: Show more - subtitle: Select a model from the provider + subtitle: 제공업체에서 기본 모델 선택 title: Model title: Consciousness description: Thinking, vision, speech synthesis, gaming, etc. diff --git a/packages/i18n/src/locales/ru/settings.yaml b/packages/i18n/src/locales/ru/settings.yaml index e6d178ba0..ae3ec3bf7 100644 --- a/packages/i18n/src/locales/ru/settings.yaml +++ b/packages/i18n/src/locales/ru/settings.yaml @@ -294,7 +294,7 @@ pages: search_results: Найдено {count} из {total} моделей show_less: Показать меньше show_more: Показать больше - subtitle: Выберите модель у провайдера + subtitle: Выберите модель по умолчанию у провайдера title: Модель title: Сознание description: Мыслительный процесс, зрение, синтез речи, игры и т. д. diff --git a/packages/i18n/src/locales/vi/settings.yaml b/packages/i18n/src/locales/vi/settings.yaml index 992e842ca..f4f6342eb 100644 --- a/packages/i18n/src/locales/vi/settings.yaml +++ b/packages/i18n/src/locales/vi/settings.yaml @@ -294,7 +294,7 @@ pages: search_results: Tìm thấy {count}/{total} mô hình show_less: Ẩn bớt show_more: Hiện thêm - subtitle: Chọn mô hình từ nhà cung cấp + subtitle: Chọn mô hình mặc định từ nhà cung cấp title: Mô hình title: Ý thức description: Tư duy, thị giác, tổng hợp giọng nói, chơi game, v.v. diff --git a/packages/i18n/src/locales/zh-Hans/settings.yaml b/packages/i18n/src/locales/zh-Hans/settings.yaml index 2796c3289..635756997 100644 --- a/packages/i18n/src/locales/zh-Hans/settings.yaml +++ b/packages/i18n/src/locales/zh-Hans/settings.yaml @@ -88,6 +88,8 @@ pages: card_not_found: 未找到角色卡 character: 角色设定 close: 关闭 + chat: + provider: 聊天 / 提供商 consciousness: model: 意识 / 模型 created_by: 创建者 @@ -116,6 +118,9 @@ pages: scenario: 你最近醒来,忘记了之前的所有生活。 systemprompt: 你将收到消息,请像真实人类一样回复。 posthistoryinstructions: 记得模仿人类的行为。 + modules_info: 配置此角色卡使用的模块。如果不设置,将使用默认模块配置。 + use_default: 使用默认 + use_default_not_configured: 使用默认 (当前未配置) fields_info: subtitle: >- 您可以在这里填写有关您正在创建的角色的一些详细信息,解释他的背景和情境,以及应该如何回应您的互动。 @@ -127,11 +132,13 @@ pages: 在这里描述您的角色的个性。例如:害羞?好奇?其他? scenario: 周围环境是怎样的?当前的情境是什么? greetings_field: 问候语 - greetings: 您的角色应该如何说“你好”? + greetings: 您的角色应该如何说"你好"? systemprompt: 在这里向 AI LLM 解释当被提示时应该如何回应。 posthistoryinstructions: 在消息历史之后,放入 AI LLM 应该阅读的内容。 version: >- 卡片版本,如果您从之前的卡片做了更改,应当增加此版本号。 + consciousness_model: 选择此角色使用的意识模型(AI 模型)。 + speech_model: 选择此角色使用的语音合成模型和声线。 errors: name: 错误:你必须提供一个有效的名称! version: '错误:版本号无效!' @@ -152,6 +159,7 @@ pages: search: 搜索角色卡... sort_by: 排序方式 speech: + provider: 声音 / 提供商 model: 声音 / 模型 voice: 声音 / 声线 systemprompt: 系统提示词 @@ -294,7 +302,7 @@ pages: search_results: 找到 {count} / {total} 个模型 show_less: 显示更多 show_more: 收起 - subtitle: 选择一个模型 + subtitle: 选择一个默认模型 title: 模型 title: 意识 description: 思维,视觉,言语综合,游戏等 diff --git a/packages/i18n/src/locales/zh-Hant/settings.yaml b/packages/i18n/src/locales/zh-Hant/settings.yaml index f6f3b1c53..532ce6ff9 100644 --- a/packages/i18n/src/locales/zh-Hant/settings.yaml +++ b/packages/i18n/src/locales/zh-Hant/settings.yaml @@ -294,7 +294,7 @@ pages: search_results: 找到 {count} / {total} 個模型 show_less: 顯示更少 show_more: 顯示更多 - subtitle: 選擇一個模型 + subtitle: 選擇一個預設模型 title: 模型 title: 意識 description: 思維、視覺、語音綜合、遊戲等 diff --git a/packages/stage-pages/src/pages/settings/airi-card/components/CardCreationDialog.vue b/packages/stage-pages/src/pages/settings/airi-card/components/CardCreationDialog.vue index ccbd4b33d..eab34a7de 100644 --- a/packages/stage-pages/src/pages/settings/airi-card/components/CardCreationDialog.vue +++ b/packages/stage-pages/src/pages/settings/airi-card/components/CardCreationDialog.vue @@ -1,10 +1,16 @@