some updates

This commit is contained in:
2026-01-28 19:47:50 +03:00
parent 8cf1773926
commit 73905780b9
3 changed files with 19 additions and 12 deletions
-6
View File
@@ -117,12 +117,6 @@ export function abortOllamaRequest(uuid: string): boolean {
}
}
export let systemInfoText: string = "";
export function setSystemInfo(info: string) {
systemInfoText = info;
}
export const chatCommands: ChatCommand[] = [
new Start(),
new Help(),