Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ stakeholder = st.text_input("Enter Stakeholder", value="Patent Attorneys")
|
|
29 |
llm = None
|
30 |
|
31 |
# Model Selection
|
32 |
-
st.header("Model Selection")
|
33 |
model_choice = st.selectbox("Select LLM", ["OpenAI Model","Groq-based LLM"])
|
34 |
|
35 |
# API Key Validation and LLM Initialization
|
|
|
29 |
llm = None
|
30 |
|
31 |
# Model Selection
|
32 |
+
#st.header("Model Selection")
|
33 |
model_choice = st.selectbox("Select LLM", ["OpenAI Model","Groq-based LLM"])
|
34 |
|
35 |
# API Key Validation and LLM Initialization
|