Skip to content

Commit

Permalink
Changed coronasafe to OHC Network
Browse files Browse the repository at this point in the history
  • Loading branch information
shivankacker committed Sep 13, 2024
1 parent 5109cf3 commit 381439e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- master
jobs:
build:
if: github.repository == 'coronasafe/ayushma'
if: github.repository == 'ohcnetwork/ayushma'
name: Lint Code Base
runs-on: ubuntu-latest
permissions:
Expand Down
2 changes: 1 addition & 1 deletion ayushma/utils/speech_to_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def recognize(self, audio):
settings.SELF_HOSTED_ENDPOINT,
files={"audio": audio},
data={
# change this model to get faster results see: https://github.com/coronasafe/care-whisper
# change this model to get faster results see: https://github.com/ohcnetwork/care-whisper
"model": "small",
"language": self.language_code.replace("-IN", ""),
},
Expand Down

0 comments on commit 381439e

Please sign in to comment.