LitReviewAI / src /config.py
bano1's picture
Create config.py
7ebd0e8 verified
Raw
History Blame Contribute Delete
101 Bytes
import streamlit as st
from groq import Groq
client = Groq(
api_key=st.secrets["GROQ_API_KEY"]
)