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 +]