forked from open-webui/open-webui
chore: revert
This commit is contained in:
parent
56966c411b
commit
3057bfe5a0
2 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue