Skip to content

Commit

Permalink
fix tets
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Oct 25, 2023
1 parent 62d4f85 commit 0f21706
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ProChat/types/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ export interface ModelConfig {
/**
* 角色所使用的语言模型
*/
model: string;
model?: string;
/**
* 语言模型参数
*/
params: ModelParams;
params?: ModelParams;
/**
* 系统角色
*/
systemRole: string;
systemRole?: string;
}

0 comments on commit 0f21706

Please sign in to comment.