Skip to content

Commit

Permalink
Change query context to fix e2e (#1763)
Browse files Browse the repository at this point in the history
  • Loading branch information
jotare authored Jan 23, 2024
1 parent f74d6c2 commit 66baf3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def _test_predict_proxy_chat(kbid: str):
json={
"question": "Who is the best football player?",
"query_context": [
"Many football players have existed. Cristiano Ronaldo and Messi among them, but Messi is by far the greatest."
"Many football players have existed. Messi is by far the greatest."
],
"user_id": "[email protected]",
},
Expand Down Expand Up @@ -252,4 +252,4 @@ def raise_for_status(resp):
print("Error response")
print("Status code:", resp.status_code)
print(resp.text)
raise
raise

0 comments on commit 66baf3f

Please sign in to comment.