DrishtiSharma commited on
Commit
45d5a19
·
verified ·
1 Parent(s): 848beb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=0, horizontal=True)
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