DrishtiSharma commited on
Commit
7d7e27e
·
verified ·
1 Parent(s): 22a656b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")