forked from tryAGI/LangChain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
125 lines (125 loc) · 2.98 KB
/
.all-contributorsrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitType": "docs",
"commitConvention": "angular",
"contributors": [
{
"login": "HavenDV",
"name": "Konstantin S.",
"avatar_url": "https://avatars.githubusercontent.com/u/3002068?v=4",
"profile": "https://www.upwork.com/freelancers/~017b1ad6f6af9cc189",
"contributions": [
"infra",
"test",
"code"
]
},
{
"login": "TesAnti",
"name": "TesAnti",
"avatar_url": "https://avatars.githubusercontent.com/u/8780022?v=4",
"profile": "https://github.com/TesAnti",
"contributions": [
"infra",
"test",
"code"
]
},
{
"login": "khoroshevj",
"name": "Khoroshev Evgeniy",
"avatar_url": "https://avatars.githubusercontent.com/u/13628506?v=4",
"profile": "https://github.com/khoroshevj",
"contributions": [
"infra",
"test",
"code"
]
},
{
"login": "SiegDuch",
"name": "SiegDuch",
"avatar_url": "https://avatars.githubusercontent.com/u/104992451?v=4",
"profile": "https://github.com/SiegDuch",
"contributions": [
"infra"
]
},
{
"login": "gunpal5",
"name": "gunpal5",
"avatar_url": "https://avatars.githubusercontent.com/u/10114874?v=4",
"profile": "https://github.com/gunpal5",
"contributions": [
"infra",
"test",
"code"
]
},
{
"login": "kharedev247",
"name": "Ketan Khare",
"avatar_url": "https://avatars.githubusercontent.com/u/72281217?v=4",
"profile": "https://github.com/kharedev247",
"contributions": [
"infra",
"test",
"code"
]
},
{
"login": "IRooc",
"name": "Roderic Bos",
"avatar_url": "https://avatars.githubusercontent.com/u/5981147?v=4",
"profile": "http://rooc.nl",
"contributions": [
"infra",
"test",
"code"
]
},
{
"login": "hiptopjones",
"name": "Peter James",
"avatar_url": "https://avatars.githubusercontent.com/u/3208743?v=4",
"profile": "https://github.com/hiptopjones",
"contributions": [
"infra",
"test",
"code"
]
},
{
"login": "curlyfro",
"name": "Ty Augustine",
"avatar_url": "https://avatars.githubusercontent.com/u/127311?v=4",
"profile": "https://github.com/curlyfro",
"contributions": [
"infra",
"test",
"code"
]
},
{
"login": "ericgreenmix",
"name": "Eric Green",
"avatar_url": "https://avatars.githubusercontent.com/u/1297049?v=4",
"profile": "https://github.com/ericgreenmix",
"contributions": [
"infra",
"test",
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "LangChain",
"projectOwner": "tryAGI"
}