AyurVedaMate / app.py
saritha's picture
Create app.py
cf9ec28 verified
raw
history blame
93 Bytes
import os
from groq import Groq
client = Groq(
api_key =userdata.get('groq_api_key')
)