mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-24 22:03:54 +00:00
feat: 模型介绍和温度调整。完善聊天页提示
This commit is contained in:
2
src/types/chat.d.ts
vendored
2
src/types/chat.d.ts
vendored
@@ -1,5 +1,3 @@
|
||||
import type { ModelType } from './model';
|
||||
|
||||
export type ChatItemType = {
|
||||
obj: 'Human' | 'AI' | 'SYSTEM';
|
||||
value: string;
|
||||
|
Reference in New Issue
Block a user