support example_user and example_assistant
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user