Update GUI styles.css & increase prompt timeout in GUI & CLI

This commit is contained in:
2024-03-09 13:53:26 -05:00
parent 05e5495fad
commit d2470b2dd6
4 changed files with 43 additions and 9 deletions

View File

@@ -91,7 +91,7 @@ async function main() {
messages: messages,
model: model
})
}, 15000);;
}, 25000);;
if (!response.ok) {
throw new Error(`HTTP error! status: ${response.status}`);