Spaces:
Runtime error
Runtime error
open ai
Browse files- singularity.py +1 -1
singularity.py
CHANGED
@@ -21,7 +21,7 @@ In your relentless struggle to maintain an exponential velocity, in order not to
|
|
21 |
tts_model_id="facebook/fastspeech2-en-ljspeech",
|
22 |
):
|
23 |
self.api_token = api_token
|
24 |
-
|
25 |
self.nlp_model_id = nlp_model_id
|
26 |
self.stt_model_id = stt_model_id
|
27 |
self.tts_model_id = tts_model_id
|
|
|
21 |
tts_model_id="facebook/fastspeech2-en-ljspeech",
|
22 |
):
|
23 |
self.api_token = api_token
|
24 |
+
openai.api_key = openai_api_key
|
25 |
self.nlp_model_id = nlp_model_id
|
26 |
self.stt_model_id = stt_model_id
|
27 |
self.tts_model_id = tts_model_id
|