dgongor commited on
Commit
7f58389
1 Parent(s): ece0d89

Update app-backup.py

Browse files
Files changed (1) hide show
  1. app-backup.py +1 -1
app-backup.py CHANGED
@@ -4,7 +4,7 @@ import openai
4
  from gtts import gTTS # Google Text To Speech
5
 
6
  # load the api key
7
- openai.api_key = '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'
8
  # takes an audio file from the microphone
9
  # submits the raw audio to OpenAI for
10
  # Speech to Text Translation
 
4
  from gtts import gTTS # Google Text To Speech
5
 
6
  # load the api key
7
+ openai.api_key = ''
8
  # takes an audio file from the microphone
9
  # submits the raw audio to OpenAI for
10
  # Speech to Text Translation