support example_user and example_assistant

This commit is contained in:
2023-07-12 00:40:03 +08:00
parent 1b558a8194
commit 32bf692386
4 changed files with 26 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ import CHATGPT_API_WEB_VERSION from "./CHATGPT_API_WEB_VERSION";
export interface ChatStoreMessage extends Message {
hide: boolean;
token: number;
example: boolean;
}
export interface ChatStore {