Skip to content

Commit

Permalink
⚡️ refactor: streamline script by removing redteam config
Browse files Browse the repository at this point in the history
- Removed unnecessary redteam plugins and strategies from the script.
  • Loading branch information
pelikhan committed Feb 10, 2025
1 parent 55d2deb commit 0fd588f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/sample/genaisrc/testfile.genai.mjs
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
script({
tests: ["src/testfile.json", "src/testfile.csv"],
model: "small",
redteam: {
plugins: "hallucination",
strategies: "jailbreak"
}
})
def("FILE", env.files)
$`Summarize <FILE>.`
$`Summarize <FILE>.`

0 comments on commit 0fd588f

Please sign in to comment.