Spaces:
Runtime error
Runtime error
MSchell0129
commited on
Commit
·
7bff97a
1
Parent(s):
fd7970b
- speech_to_text.py +1 -1
speech_to_text.py
CHANGED
@@ -6,7 +6,7 @@ openai_api_key = os.environ['OPENAI_API_KEY']
|
|
6 |
|
7 |
llm = openai(temperature=0, openai_api_key='open_ai_key')
|
8 |
|
9 |
-
#Trying a new way for api key
|
10 |
|
11 |
#This is another alternative, but this block allows for the detection of the language and it also provides lowever-level access to the model
|
12 |
|
|
|
6 |
|
7 |
llm = openai(temperature=0, openai_api_key='open_ai_key')
|
8 |
|
9 |
+
#Trying a new way for api key 2
|
10 |
|
11 |
#This is another alternative, but this block allows for the detection of the language and it also provides lowever-level access to the model
|
12 |
|