Skip to content

Commit 19198cf

Browse files
0.1.0
1 parent 0de5346 commit 19198cf

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

bin/web/views/index.ejs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
const config = {
112112
seed: -1,
113113
threads: 4,
114-
n_predict: 256,
114+
n_predict: 1000,
115115
model: "7B",
116116
top_k: 40,
117117
top_p: 0.9,
@@ -221,7 +221,6 @@ socket.on('result', async ({ request, response }) => {
221221
}
222222
}
223223
}
224-
// window.scrollTo(0, document.body.scrollHeight);
225224
});
226225
</script>
227226
</body>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dalai",
3-
"version": "0.0.13",
3+
"version": "0.1.0",
44
"description": "",
55
"main": "index.js",
66
"author": "cocktailpeanut",

0 commit comments

Comments
 (0)