ccm commited on
Commit
52c1cb9
·
verified ·
1 Parent(s): 5348bd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ EXAMPLE_QUERIES = [
37
  EMBEDDING_MODEL_NAME = "all-MiniLM-L12-v2"
38
 
39
  # The LLM model name
40
- LLM_MODEL_NAME = "Qwen/Qwen2.5-1.5B-Instruct"
41
 
42
  # The number of publications to retrieve
43
  PUBLICATIONS_TO_RETRIEVE = 5
 
37
  EMBEDDING_MODEL_NAME = "all-MiniLM-L12-v2"
38
 
39
  # The LLM model name
40
+ LLM_MODEL_NAME = "Qwen/Qwen2.5-7B-Instruct"
41
 
42
  # The number of publications to retrieve
43
  PUBLICATIONS_TO_RETRIEVE = 5