Skip to content

Commit

Permalink
Merge pull request #5 from jfbosch/fix/readme
Browse files Browse the repository at this point in the history
fix readme
  • Loading branch information
jfbosch authored Jun 22, 2024
2 parents f71b601 + a58b302 commit 4ae6db1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ If you want to use the speech-to-text functionality, you will need to create an

1. To use OpenAI Proper
Create an OpenAI API account, add a credit card, configure a budget, generate API keys for the Whisper API, and configure the following in Mutation.json under SpeetchToTextSettings:
"ApiKey" : "<your API key>",
"BaseDomain" : "https://api.groq.com/openai/",
"ModelId": "whisper-large-v3",
- "ApiKey" : "<your API key>",
- "BaseDomain" : "https://api.openai.com/",
- "ModelId": "whisper-1",

2. Groq.com
Create a Groq account, generate an API key, and configure the following in Mutation.json under SpeetchToTextSettings:
"ApiKey" : "<your API key>",
"BaseDomain" : "https://api.openai.com/",
"ModelId": "whisper-1",
- "ApiKey" : "<your API key>",
- "BaseDomain" : "https://api.groq.com/openai/",
- "ModelId": "whisper-large-v3",

Of course, as things stand now, Groq is much faster because of the inference chip they use, and they have a generous daily free quota.

Expand Down

0 comments on commit 4ae6db1

Please sign in to comment.