Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yalrashed
/
LawyerLLM
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
yalrashed
commited on
Jan 19
Commit
8411a7d
·
verified
·
1 Parent(s):
26a810b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -21,7 +21,8 @@ def get_response(query):
21
},
22
json={
23
"query": query,
24
-
"top_k": 8
25
}
26
)
27
21
},
22
json={
23
"query": query,
24
+
"top_k": 8
,
25
+
"rerank": true
26
}
27
)
28