-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[Evaluation] Additional red team e2e tests #45579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
88f00fe
3016c92
891f143
250ada4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -327,7 +327,7 @@ def simple_conversation(): | |||||||||
| def redirect_openai_requests(): | ||||||||||
| """Route requests from the openai package to the test proxy.""" | ||||||||||
| config = TestProxyConfig( | ||||||||||
| recording_id=get_recording_id(), recording_mode="record" if is_live() else "playback", proxy_url=PROXY_URL() | ||||||||||
| recording_id=get_recording_id(), recording_mode="record" if is_live() else "playback", proxy_url=PROXY_URL | ||||||||||
|
||||||||||
| recording_id=get_recording_id(), recording_mode="record" if is_live() else "playback", proxy_url=PROXY_URL | |
| recording_id=get_recording_id(), | |
| recording_mode="record" if is_live() else "playback", | |
| proxy_url=PROXY_URL(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR description is currently a placeholder and doesn’t explain the changes or link relevant issues. Please replace it with an informative description so reviewers and release tooling can understand intent and scope.