-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change query context to fix e2e (#1763)
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]", | ||
}, | ||
|
@@ -252,4 +252,4 @@ def raise_for_status(resp): | |
print("Error response") | ||
print("Status code:", resp.status_code) | ||
print(resp.text) | ||
raise | ||
raise |