You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _data/collection.json
+22-1Lines changed: 22 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,27 @@
32
32
"notes": "Art shopping",
33
33
"badge": null
34
34
},
35
+
{
36
+
"url": "https://github.com/dhammon/ai-goat",
37
+
"name": "AI-Goat",
38
+
"collection": [
39
+
"offline"
40
+
],
41
+
"technology": [
42
+
"Python",
43
+
"Vicuna LLM",
44
+
"LLaMa"
45
+
],
46
+
"references": [
47
+
{
48
+
"name": "download",
49
+
"url": "https://github.com/dhammon/ai-goat"
50
+
}
51
+
],
52
+
"author": "fhammon, Guanwei Hu",
53
+
"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.",
0 commit comments