Skip to content

Commit 7309d83

Browse files
committed
Comment out OpenAICompatibleSpeechToTextApi instantiation in example.ts to simplify example usage.
1 parent 22836fe commit 7309d83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {
22
Configuration,
33
SpeechToTextApi,
4-
OpenAICompatibleSpeechToTextApi,
4+
// OpenAICompatibleSpeechToTextApi,
55
ReplacementRulesApi,
66
TranscriptionOptions,
77
TranscriptionModelIdentifier
@@ -17,7 +17,7 @@ async function main(): Promise<void> {
1717

1818
// Create API instances
1919
const speechApi = new SpeechToTextApi(config);
20-
const openaiApi = new OpenAICompatibleSpeechToTextApi(config);
20+
// const openaiApi = new OpenAICompatibleSpeechToTextApi(config);
2121
const rulesApi = new ReplacementRulesApi(config);
2222

2323
try {

0 commit comments

Comments
 (0)