Abijith commited on
Commit
59bc1ac
·
verified ·
1 Parent(s): 5cc0865

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ st.title("📊 Financial Analysis System")
35
  with st.sidebar:
36
  st.header("Configuration Panel")
37
  model_choice = st.selectbox("LLM Model",
38
- ["deepseek-r1:1.5b", "llama3.2:1b"],
39
  help="Choose the core analysis engine")
40
  chunk_size = st.slider("Document Chunk Size", 100, 1000, 300)
41
  rerank_threshold = st.slider("Re-ranking Threshold", 0.0, 1.0, 0.1)
 
35
  with st.sidebar:
36
  st.header("Configuration Panel")
37
  model_choice = st.selectbox("LLM Model",
38
+ [model_name],
39
  help="Choose the core analysis engine")
40
  chunk_size = st.slider("Document Chunk Size", 100, 1000, 300)
41
  rerank_threshold = st.slider("Re-ranking Threshold", 0.0, 1.0, 0.1)