Skip to content

Commit

Permalink
Fix the extension sample not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas101 committed Oct 25, 2024
1 parent 1e65403 commit 571def3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/extension/sidepanel.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const ai = require('aibrow-extension').default
const ai = require('@aibrow/extension').default

const $model = document.getElementById('model')
const $streaming = document.getElementById('streaming')
Expand Down
16 changes: 11 additions & 5 deletions examples/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 examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"description": "",
"dependencies": {
"@popperjs/core": "^2.11.8",
"aibrow-extension": "file:../out/aibrow-extension",
"@aibrow/extension": "file:../out/extlib",
"bootstrap": "^5.3.3",
"camelcase": "^8.0.0",
"fast-deep-equal": "^3.1.3"
Expand Down

0 comments on commit 571def3

Please sign in to comment.