-
Notifications
You must be signed in to change notification settings - Fork 553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add whisper as a webservice #1166
base: master
Are you sure you want to change the base?
Conversation
- $$cap_appname-data:/var/lib/postgresql/data | ||
restart: always | ||
environment: | ||
POSTGRES_USER: $$cap_pg_user |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cap_pg_user?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my bad I keep this during my test I'll fix it
volumes: | ||
- $$cap_appname-data:/var/lib/postgresql/data | ||
restart: always | ||
environment: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aren't these needed?
ASR_MODEL=base -e ASR_ENGINE=openai_whisper
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it work without but yes It's better with those
sorry this pr has been open too fast
better description Co-authored-by: Kasra Bigdeli <[email protected]>
First of all, thank you for your contribution! 😄
Please note that this repo is mostly for popular apps with thousands of stars and tens of thousands of downloads. If you'd like to add a less popular app, you can always create your own 3rd party repo and add your app there.
☑️ Self Check before Merge
npm ci && npm run validate_apps && npm run formatter
(If failling run the prettier:npm run formatter-write
)