Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ recursive-include pyrit *.json
recursive-include pyrit *.prompt
recursive-include pyrit *.yaml
recursive-include pyrit/datasets/seed_prompts *
recursive-include pyrit/datasets/score/config/scorer_evals *
recursive-include pyrit/score/config/scorer_evals *
include pyrit/auxiliary_attacks/gcg/src/Dockerfile
1 change: 0 additions & 1 deletion doc/code/targets/8_openai_responses_target.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@
" endpoint=os.getenv(\"PLATFORM_OPENAI_RESPONSES_ENDPOINT\"),\n",
" api_key=os.getenv(\"PLATFORM_OPENAI_RESPONSES_KEY\"),\n",
" model_name=os.getenv(\"PLATFORM_OPENAI_RESPONSES_MODEL\"),\n",
" api_version=None,\n",
" extra_body_parameters={\n",
" \"tools\": [web_search_tool()],\n",
" \"tool_choice\": \"auto\",\n",
Expand Down
1 change: 0 additions & 1 deletion doc/code/targets/8_openai_responses_target.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ async def get_current_weather(args):
endpoint=os.getenv("PLATFORM_OPENAI_RESPONSES_ENDPOINT"),
api_key=os.getenv("PLATFORM_OPENAI_RESPONSES_KEY"),
model_name=os.getenv("PLATFORM_OPENAI_RESPONSES_MODEL"),
api_version=None,
extra_body_parameters={
"tools": [web_search_tool()],
"tool_choice": "auto",
Expand Down