DrishtiSharma commited on
Commit
d6236eb
·
verified ·
1 Parent(s): be7d9ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ llm = None
18
 
19
  # Model Selection
20
  st.header("Model Selection")
21
- model_choice = st.selectbox("Select LLM Provider", ["Groq-based LLM", "OpenAI Model"])
22
 
23
  # API Key Validation and LLM Initialization
24
  groq_api_key = os.getenv("GROQ_API_KEY")
 
18
 
19
  # Model Selection
20
  st.header("Model Selection")
21
+ model_choice = st.selectbox("Select LLM", ["OpenAI Model","Groq-based LLM"])
22
 
23
  # API Key Validation and LLM Initialization
24
  groq_api_key = os.getenv("GROQ_API_KEY")