chore: revert

This commit is contained in:
Timothy J. Baek 2024-02-13 01:48:31 -08:00
parent 56966c411b
commit 3057bfe5a0
2 changed files with 3 additions and 4 deletions

View file

@ -53,7 +53,7 @@
return `${a}### ${message.role.toUpperCase()}\n${message.content}\n\n`;
}, '');
const res = await generatePrompt(localStorage.token, model.name, convoText, { keep_alive: $settings.keepAlive ?? undefined });
const res = await generatePrompt(localStorage.token, model.name, convoText);
if (res && res.ok) {
const reader = res.body