Skip to content

Commit

Permalink
Merge pull request #276 from edenai/SD2-678-we-dont-support-ogg-files…
Browse files Browse the repository at this point in the history
…-for-whisper-open-ai

support ogg file for openai
  • Loading branch information
appelstroop authored Oct 22, 2024
2 parents c214cce + 16ecb28 commit 2461e6c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions edenai_apis/apis/openai/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,8 @@
"mpeg",
"mpga",
"wav",
"webm"
"webm",
"ogg"
],
"allow_null_language": true
},
Expand Down Expand Up @@ -1041,7 +1042,7 @@
"zu"
],
"allow_null_language": true,
"documents" : [
"documents": [
"receipt",
"invoice"
]
Expand Down

0 comments on commit 2461e6c

Please sign in to comment.