Add event system to openai script

Lost during rebasing
This commit is contained in:
maver
2023-06-22 18:01:27 +02:00
parent be30fef700
commit 6617243f1b

View File

@ -23,6 +23,8 @@ import {
saveSettings,
Generate,
main_api,
eventSource,
event_types,
} from "../script.js";
import {groups, selected_group} from "./group-chats.js";