Spaces:
Running
Running
Update app.py
Browse files
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
|
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")
|