saritha commited on
Commit
cf9ec28
·
verified ·
1 Parent(s): 57cba0c

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ import os
2
+
3
+ from groq import Groq
4
+
5
+ client = Groq(
6
+ api_key =userdata.get('groq_api_key')
7
+ )