Skip to content

Commit

Permalink
feat(services/telegram): added bot (#8)
Browse files Browse the repository at this point in the history
* feat: demo bot
* chore: update install
* refactor: rename
* refactor: adapt with new xsai
  • Loading branch information
nekomeowww authored Jan 15, 2025
1 parent ca02572 commit de10f5e
Show file tree
Hide file tree
Showing 46 changed files with 3,010 additions and 232 deletions.
1 change: 1 addition & 0 deletions cspell.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ words:
- Maru
- micvad
- mkdist
- moeru
- Morioki
- Myriam
- Neko
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/node": "^22.10.6",
"@unocss/eslint-config": "^65.4.0",
"@unocss/eslint-plugin": "^65.4.0",
"bumpp": "^9.10.0",
"bumpp": "^9.10.1",
"cross-env": "^7.0.3",
"eslint": "^9.18.0",
"eslint-plugin-cypress": "^4.1.0",
Expand All @@ -43,7 +43,7 @@
"pnpm": "^9.15.4",
"rollup": "^4.30.1",
"simple-git-hooks": "^2.11.1",
"taze": "^18.1.0",
"taze": "^18.2.0",
"typescript": "~5.7.3",
"unbuild": "3.0.0-rc.11",
"unocss": "^65.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/moonshine-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"vue": "^3.5.13"
},
"devDependencies": {
"@huggingface/transformers": "^3.2.4",
"@huggingface/transformers": "^3.3.0",
"@types/audioworklet": "^0.0.65",
"@types/three": "^0.172.0",
"@vitejs/plugin-vue": "^5.2.1",
"@webgpu/types": "^0.1.52",
"@webgpu/types": "^0.1.53",
"hfup": "workspace:^",
"vue-tsc": "^2.2.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/stage-tamagotchi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@electron-toolkit/utils": "^3.0.0",
"@formkit/auto-animate": "^0.8.2",
"@gcornut/valibot-json-schema": "^0.42.0",
"@huggingface/transformers": "^3.2.4",
"@huggingface/transformers": "^3.3.0",
"@pixi/app": "6",
"@pixi/constants": "6",
"@pixi/core": "6",
Expand Down Expand Up @@ -68,7 +68,7 @@
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"shiki": "^1.27.0",
"shiki": "^1.27.2",
"three": "^0.172.0",
"unified": "^11.0.5",
"valibot": "1.0.0-beta.9",
Expand All @@ -92,7 +92,7 @@
"@proj-airi/elevenlabs": "workspace:^",
"@proj-airi/unplugin-download": "workspace:^",
"@proj-airi/unplugin-live2d-sdk": "workspace:^",
"@shikijs/markdown-it": "^1.26.2",
"@shikijs/markdown-it": "^1.27.2",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/nprogress": "^0.2.3",
"@types/three": "^0.172.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/stage-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@11labs/client": "^0.0.4",
"@formkit/auto-animate": "^0.8.2",
"@gcornut/valibot-json-schema": "^0.42.0",
"@huggingface/transformers": "^3.2.4",
"@huggingface/transformers": "^3.3.0",
"@pixi/app": "6",
"@pixi/constants": "6",
"@pixi/core": "6",
Expand Down Expand Up @@ -65,7 +65,7 @@
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"shiki": "^1.27.0",
"shiki": "^1.27.2",
"three": "^0.172.0",
"unified": "^11.0.5",
"valibot": "1.0.0-beta.9",
Expand All @@ -88,7 +88,7 @@
"@proj-airi/elevenlabs": "workspace:^",
"@proj-airi/unplugin-download": "workspace:^",
"@proj-airi/unplugin-live2d-sdk": "workspace:^",
"@shikijs/markdown-it": "^1.26.2",
"@shikijs/markdown-it": "^1.27.2",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/nprogress": "^0.2.3",
"@types/three": "^0.172.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/whisper-webgpu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"vue": "^3.5.13"
},
"devDependencies": {
"@huggingface/transformers": "^3.2.4",
"@huggingface/transformers": "^3.3.0",
"@vitejs/plugin-vue": "^5.2.1",
"@webgpu/types": "^0.1.52",
"@webgpu/types": "^0.1.53",
"hfup": "workspace:^",
"vue-tsc": "^2.2.0"
}
Expand Down
Loading

0 comments on commit de10f5e

Please sign in to comment.