From 3a6a867d51ad27eac57c22626ca034ff140751af Mon Sep 17 00:00:00 2001 From: Murat Alagoz <47647189+mrtlgz@users.noreply.github.com> Date: Fri, 6 Sep 2024 11:31:20 -0400 Subject: [PATCH] AI-Goat added (#220) * AI-Goat added A new vulnerable AI application included --- src/data/collection.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/src/data/collection.json b/src/data/collection.json index dfddd60..6523f44 100644 --- a/src/data/collection.json +++ b/src/data/collection.json @@ -32,6 +32,27 @@ "notes": "Art shopping", "badge": null }, + { + "url": "https://github.com/dhammon/ai-goat", + "name": "AI-Goat", + "collection": [ + "offline" + ], + "technology": [ + "Python", + "Vicuna LLM", + "LLaMa" + ], + "references": [ + { + "name": "download", + "url": "https://github.com/dhammon/ai-goat" + } + ], + "author": "fhammon, Guanwei Hu", + "notes": "AI Goat uses the Vicuna LLM which derived from Meta's LLaMA and coupled with ChatGPT's response data. When installing AI Goat the LLM binary is downloaded from third party locally on your computer.", + "badge": null + }, { "url": "http://demo.testfire.net/", "name": "Altoro Mutual (AltoroJ)", @@ -3295,4 +3316,4 @@ ], "url":"https://yrprey.com" } -] \ No newline at end of file +]