mirror of
https://github.com/coaidev/coai.git
synced 2025-05-20 21:40:15 +09:00
fix: plan models type checking
This commit is contained in:
parent
5dc965992a
commit
2e509f7cb4
@ -22,11 +22,6 @@ export type Model = {
|
|||||||
tag?: string[];
|
tag?: string[];
|
||||||
};
|
};
|
||||||
|
|
||||||
export type PlanModel = {
|
|
||||||
id: string;
|
|
||||||
level: number;
|
|
||||||
};
|
|
||||||
|
|
||||||
export type Id = number;
|
export type Id = number;
|
||||||
|
|
||||||
export type ConversationInstance = {
|
export type ConversationInstance = {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import { Model, PlanModel, Plans } from "@/api/types.ts";
|
import { Model, Plans } from "@/api/types.ts";
|
||||||
import {
|
import {
|
||||||
getDev,
|
getDev,
|
||||||
getRestApi,
|
getRestApi,
|
||||||
|
@ -52,7 +52,8 @@
|
|||||||
"title": "Model Market",
|
"title": "Model Market",
|
||||||
"model": "Explore more models",
|
"model": "Explore more models",
|
||||||
"explore": "Explore",
|
"explore": "Explore",
|
||||||
"search": "Search model name or description"
|
"search": "Search model name or description",
|
||||||
|
"model-api": "Model ID name of the API request"
|
||||||
},
|
},
|
||||||
"conversation": {
|
"conversation": {
|
||||||
"title": "Conversation",
|
"title": "Conversation",
|
||||||
|
@ -52,7 +52,8 @@
|
|||||||
"title": "モデルマーケット",
|
"title": "モデルマーケット",
|
||||||
"model": "他のモデルを見る",
|
"model": "他のモデルを見る",
|
||||||
"explore": "検索",
|
"explore": "検索",
|
||||||
"search": "モデル名またはイントロダクションを検索"
|
"search": "モデル名またはイントロダクションを検索",
|
||||||
|
"model-api": "API要求のモデルID名"
|
||||||
},
|
},
|
||||||
"conversation": {
|
"conversation": {
|
||||||
"title": "ダイアログ",
|
"title": "ダイアログ",
|
||||||
|
@ -52,7 +52,8 @@
|
|||||||
"title": "Рынок моделей",
|
"title": "Рынок моделей",
|
||||||
"model": "Исследуйте больше моделей",
|
"model": "Исследуйте больше моделей",
|
||||||
"explore": "Исследовать",
|
"explore": "Исследовать",
|
||||||
"search": "Поиск по имени модели или описанию"
|
"search": "Поиск по имени модели или описанию",
|
||||||
|
"model-api": "Идентификатор модели запроса API"
|
||||||
},
|
},
|
||||||
"conversation": {
|
"conversation": {
|
||||||
"title": "Разговор",
|
"title": "Разговор",
|
||||||
|
Loading…
Reference in New Issue
Block a user