Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(
|
|
15 |
|
16 |
# Model Selection
|
17 |
st.header("Model Selection")
|
18 |
-
model_choice = st.selectbox("Select LLM Provider", ["Groq-based LLM", "OpenAI"])
|
19 |
|
20 |
# API Key Validation and LLM Initialization
|
21 |
groq_api_key = os.getenv("GROQ_API_KEY")
|
|
|
15 |
|
16 |
# Model Selection
|
17 |
st.header("Model Selection")
|
18 |
+
model_choice = st.selectbox("Select LLM Provider", ["Groq-based LLM", "OpenAI Model"])
|
19 |
|
20 |
# API Key Validation and LLM Initialization
|
21 |
groq_api_key = os.getenv("GROQ_API_KEY")
|