We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22836fe commit 7309d83Copy full SHA for 7309d83
example.ts
@@ -1,7 +1,7 @@
1
import {
2
Configuration,
3
SpeechToTextApi,
4
- OpenAICompatibleSpeechToTextApi,
+ // OpenAICompatibleSpeechToTextApi,
5
ReplacementRulesApi,
6
TranscriptionOptions,
7
TranscriptionModelIdentifier
@@ -17,7 +17,7 @@ async function main(): Promise<void> {
17
18
// Create API instances
19
const speechApi = new SpeechToTextApi(config);
20
- const openaiApi = new OpenAICompatibleSpeechToTextApi(config);
+ // const openaiApi = new OpenAICompatibleSpeechToTextApi(config);
21
const rulesApi = new ReplacementRulesApi(config);
22
23
try {
0 commit comments