attilasimko commited on
Commit
0286db1
·
verified ·
1 Parent(s): 3cfadc8

Update app.py

Browse files

Remove LLM for now

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ repo_link = st.text_input("Github repository link:", value="", type="default", h
15
 
16
  if (repo_link):
17
  verbose = 4 if checkbox else 3
18
- evaluate(llm=model, verbose=verbose, repo_url=repo_link)
19
 
20
  with st.form("my_form"):
21
  st.write("Notice something wrong? Please tell us so we can improve.")
 
15
 
16
  if (repo_link):
17
  verbose = 4 if checkbox else 3
18
+ evaluate(llm=None, verbose=verbose, repo_url=repo_link)
19
 
20
  with st.form("my_form"):
21
  st.write("Notice something wrong? Please tell us so we can improve.")