SammyGasana commited on
Commit
83532d4
·
verified ·
1 Parent(s): eee5a1d

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +6 -0
main.py CHANGED
@@ -16,6 +16,12 @@ from audio_predictions import AudioTranslation
16
  print('what we have:')
17
  print(st.secrets)
18
  print('-------------------------')
 
 
 
 
 
 
19
 
20
  API_KEY = os.getenv('OPENAI_API_KEY')
21
  if API_KEY:
 
16
  print('what we have:')
17
  print(st.secrets)
18
  print('-------------------------')
19
+ for key in os.environ.keys():
20
+ print(key)
21
+ print('end of keys')
22
+ print('-------------------------')
23
+ print('-------------------------')
24
+ print('-------------------------')
25
 
26
  API_KEY = os.getenv('OPENAI_API_KEY')
27
  if API_KEY: