* fix default engine settings

* fix conversation & cloudflare transcribe

* update arm64/darwin whisper

* empty notice for conversations

* display user rankings

* fix enjoy ai

* update whisper.cpp for arm64 darwin to v1.5.4

* upgrade yarn to 4.1.0
This commit is contained in:
an-lee
2024-01-31 01:40:14 +08:00
committed by GitHub
parent 00cbc8403b
commit ff1999c00b
22 changed files with 4205 additions and 1993 deletions

View File

@@ -12,7 +12,7 @@
"lint:enjoy": "yarn workspace enjoy eslint --ext .ts,.tsx .",
"create-migration:enjoy": "yarn workspace enjoy zx ./src/main/db/create-migration.mjs"
},
"packageManager": "yarn@4.0.2",
"packageManager": "yarn@4.1.0",
"engines": {
"node": ">=18.0.0"
}