feat: app detail
This commit is contained in:
@@ -14,7 +14,7 @@ export type ChatCompletionType = {
|
||||
temperature: number;
|
||||
maxToken?: number;
|
||||
messages: ChatItemType[];
|
||||
chatId?: string;
|
||||
historyId?: string;
|
||||
[key: string]: any;
|
||||
};
|
||||
export type ChatCompletionResponseType = {
|
||||
|
||||
Reference in New Issue
Block a user