Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cocktailpeanut committed Mar 13, 2023
1 parent 0de5346 commit 19198cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions bin/web/views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
const config = {
seed: -1,
threads: 4,
n_predict: 256,
n_predict: 1000,
model: "7B",
top_k: 40,
top_p: 0.9,
Expand Down Expand Up @@ -221,7 +221,6 @@ socket.on('result', async ({ request, response }) => {
}
}
}
// window.scrollTo(0, document.body.scrollHeight);
});
</script>
</body>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dalai",
"version": "0.0.13",
"version": "0.1.0",
"description": "",
"main": "index.js",
"author": "cocktailpeanut",
Expand Down

0 comments on commit 19198cf

Please sign in to comment.