feat: model set avatar

This commit is contained in:
archer
2023-04-28 10:06:14 +08:00
parent 606105d633
commit 08ae4073bd
6 changed files with 61 additions and 8 deletions

View File

@@ -2,6 +2,7 @@ import { ModelStatusEnum } from '@/constants/model';
import type { ModelSchema } from './mongoSchema';
export interface ModelUpdateParams {
name: string;
avatar: string;
systemPrompt: string;
temperature: number;
search: ModelSchema['search'];