Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ llm = None
|
|
30 |
|
31 |
# Model Selection
|
32 |
#st.header("Model Selection")
|
33 |
-
model_choice = st.radio("Select LLM", ["OpenAI Model", "Groq-based LLM"], index=
|
34 |
|
35 |
|
36 |
# API Key Validation and LLM Initialization
|
|
|
30 |
|
31 |
# Model Selection
|
32 |
#st.header("Model Selection")
|
33 |
+
model_choice = st.radio("Select LLM", ["OpenAI Model", "Groq-based LLM"], index=1, horizontal=True)
|
34 |
|
35 |
|
36 |
# API Key Validation and LLM Initialization
|