Skip to content

Commit

Permalink
Merge pull request #20 from twilwa/minor-linux-fixes
Browse files Browse the repository at this point in the history
minor fixes to base.ts and llama.ts, resolved missing package.json im…
  • Loading branch information
lalalune authored Oct 24, 2024
2 parents edeeba3 + 54220f0 commit 3e62049
Show file tree
Hide file tree
Showing 5 changed files with 12,429 additions and 40 deletions.
Empty file added .bashrc
Empty file.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"@cliqz/adblocker-playwright": "^1.31.3",
"@diffusionstudio/vits-web": "^1.0.2",
"@discordjs/opus": "github:discordjs/opus",
"@discordjs/rest": "^2.4.0",
"@discordjs/voice": "^0.17.0",
"@echogarden/espeak-ng-emscripten": "^0.1.2",
"@echogarden/kissfft-wasm": "^0.1.1",
Expand All @@ -74,6 +75,8 @@
"alawmulaw": "^6.0.0",
"ansi-colors": "^4.1.3",
"better-sqlite3": "^11.1.2",
"bignumber": "^1.1.0",
"bignumber.js": "^9.1.2",
"body-parser": "^1.20.3",
"capsolver-npm": "^2.0.2",
"cldr-segmentation": "^2.2.1",
Expand All @@ -89,13 +92,17 @@
"figlet": "^1.7.0",
"fluent-ffmpeg": "^2.1.3",
"formdata-node": "^6.0.3",
"fs-extra": "^11.2.0",
"gaxios": "^6.7.1",
"gif-frames": "^1.0.1",
"glob": "^11.0.0",
"graceful-fs": "^4.2.11",
"html-escaper": "^3.0.3",
"html-to-text": "^9.0.5",
"import-meta-resolve": "^4.1.0",
"jieba-wasm": "^2.1.1",
"js-sha1": "^0.7.0",
"json5": "^2.2.3",
"kuromoji": "^0.1.2",
"libsodium-wrappers": "^0.7.13",
"multer": "^1.4.5-lts.1",
Expand All @@ -105,6 +112,7 @@
"nodemon": "^3.1.4",
"onnxruntime-node": "1.19.0",
"openai": "^4.56.0",
"optional": "^0.1.4",
"pdfjs-dist": "^4.5.136",
"playwright": "^1.46.1",
"pm2": "^5.4.2",
Expand All @@ -115,9 +123,11 @@
"sqlite-vss": "^0.1.2",
"srt": "^0.0.3",
"systeminformation": "^5.23.5",
"tar": "^7.4.3",
"tiktoken": "^1.0.16",
"tinyld": "^1.3.4",
"unique-names-generator": "^4.7.1",
"uuid": "^10.0.0",
"uuidv4": "^6.2.13",
"wav": "^1.0.2",
"wav-encoder": "^1.3.0",
Expand Down
Loading

0 comments on commit 3e62049

Please sign in to comment.