Skip to content

Commit

Permalink
pin ort, limit width of user messages
Browse files Browse the repository at this point in the history
  • Loading branch information
guschmue committed May 13, 2024
1 parent d49732f commit 9c412cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/chat/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body {
padding: 10px;
border-radius: 10px;
white-space: pre-wrap;
max-width: 70%;
width: fit-content;
}

.response-message {
Expand Down
2 changes: 1 addition & 1 deletion js/chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@xenova/transformers": "^2.17.1",
"marked": "^12.0.2",
"onnxruntime-web": "^1.19.0-dev.20240505-a36692066d"
"onnxruntime-web": "1.19.0-dev.20240509-69cfcba38a"
},
"devDependencies": {
"eslint": "^8.55.0",
Expand Down

0 comments on commit 9c412cf

Please sign in to comment.