saritha commited on
Commit
992da9d
·
verified ·
1 Parent(s): 0fd0061

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,5 +3,5 @@ import os
3
  from groq import Groq
4
 
5
  client = Groq(
6
- api_key =os.getenv['api_key_gorq']
7
  )
 
3
  from groq import Groq
4
 
5
  client = Groq(
6
+ api_key =os.getenv('api_key_gorq')
7
  )