Spaces:
Sleeping
Sleeping
| import streamlit as st | |
| from groq import Groq | |
| client = Groq( | |
| api_key=st.secrets["GROQ_API_KEY"] | |
| ) |
| import streamlit as st | |
| from groq import Groq | |
| client = Groq( | |
| api_key=st.secrets["GROQ_API_KEY"] | |
| ) |