diff --git a/README.md b/README.md index 63ed8fa..8233c0c 100644 --- a/README.md +++ b/README.md @@ -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" : "", - "BaseDomain" : "https://api.groq.com/openai/", - "ModelId": "whisper-large-v3", +- "ApiKey" : "", +- "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" : "", - "BaseDomain" : "https://api.openai.com/", - "ModelId": "whisper-1", +- "ApiKey" : "", +- "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.