Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
saritha
/
AyurVedaMate
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cf9ec28
AyurVedaMate
/
app.py
saritha
Create app.py
cf9ec28
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
93 Bytes
import
os
from
groq
import
Groq
client = Groq(
api_key =userdata.get(
'groq_api_key'
)
)