Skip to content

Commit

Permalink
Removed whisper dependency (for now).
Browse files Browse the repository at this point in the history
  • Loading branch information
MtCelesteMa committed Jul 3, 2024
1 parent 924ad28 commit dedfda4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 666 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ Where `*optional_dependency_sets*` is a list of optional dependency sets for Man
|--------------|-------------------------|----------|----------------|----------------|-------------|
| OpenAI | `openai` | No* | Yes | Yes | Yes |
| ElevenLabs | `elevenlabs` | No | Yes | No | No |
| Whisper | `whisper` | Yes | No | Yes | No |
| Whisper | ~~`whisper`~~** | Yes | No | Yes | No |
| AssemblyAI | `assemblyai` | No | No | Yes | No |
| DeepL | `deepl` | No | No | No | Yes |

\* The OpenAI service can use any backend compatible with the OpenAI API through the `base_url` parameter, some of which are local (e.g., LocalAI).

\** For now, the optional dependencies for the Whisper service cannot be installed automatically. To use the Whisper service, run `pip install openai-whisper`.

#### Notes on Chinese Translations

**OpenAI Translator:** Please specify Traditional (`zh_tw`) or Simplified (`zh_cn`) when using the OpenAI translator. Only specifying `zh` has no guarantee on the script used, although tests have indicated that GPT-4o strongly prefers Simplified Chinese in such cases.
Expand Down
Loading

0 comments on commit dedfda4

Please sign in to comment.