diff --git a/app/src/api/types.ts b/app/src/api/types.ts index 439d830..91851e6 100644 --- a/app/src/api/types.ts +++ b/app/src/api/types.ts @@ -22,11 +22,6 @@ export type Model = { tag?: string[]; }; -export type PlanModel = { - id: string; - level: number; -}; - export type Id = number; export type ConversationInstance = { diff --git a/app/src/conf/index.ts b/app/src/conf/index.ts index d72a2c5..047b25a 100644 --- a/app/src/conf/index.ts +++ b/app/src/conf/index.ts @@ -1,4 +1,4 @@ -import { Model, PlanModel, Plans } from "@/api/types.ts"; +import { Model, Plans } from "@/api/types.ts"; import { getDev, getRestApi, diff --git a/app/src/resources/i18n/en.json b/app/src/resources/i18n/en.json index f07c050..176c845 100644 --- a/app/src/resources/i18n/en.json +++ b/app/src/resources/i18n/en.json @@ -52,7 +52,8 @@ "title": "Model Market", "model": "Explore more models", "explore": "Explore", - "search": "Search model name or description" + "search": "Search model name or description", + "model-api": "Model ID name of the API request" }, "conversation": { "title": "Conversation", @@ -518,4 +519,4 @@ "reset": "Reset", "request-error": "Request failed for {{reason}}", "update": "Updated" -} +} \ No newline at end of file diff --git a/app/src/resources/i18n/ja.json b/app/src/resources/i18n/ja.json index 6b8966b..4f760c4 100644 --- a/app/src/resources/i18n/ja.json +++ b/app/src/resources/i18n/ja.json @@ -52,7 +52,8 @@ "title": "モデルマーケット", "model": "他のモデルを見る", "explore": "検索", - "search": "モデル名またはイントロダクションを検索" + "search": "モデル名またはイントロダクションを検索", + "model-api": "API要求のモデルID名" }, "conversation": { "title": "ダイアログ", diff --git a/app/src/resources/i18n/ru.json b/app/src/resources/i18n/ru.json index d1e7e3c..18953e4 100644 --- a/app/src/resources/i18n/ru.json +++ b/app/src/resources/i18n/ru.json @@ -52,7 +52,8 @@ "title": "Рынок моделей", "model": "Исследуйте больше моделей", "explore": "Исследовать", - "search": "Поиск по имени модели или описанию" + "search": "Поиск по имени модели или описанию", + "model-api": "Идентификатор модели запроса API" }, "conversation": { "title": "Разговор",