File size: 93 Bytes
cf9ec28
 
 
 
 
 
 
1
2
3
4
5
6
7
import os

from groq import Groq 

client = Groq(
    api_key =userdata.get('groq_api_key')
)