File size: 101 Bytes
7ebd0e8
 
 
 
 
 
1
2
3
4
5
6
import streamlit as st
from groq import Groq

client = Groq(
    api_key=st.secrets["GROQ_API_KEY"]
)