Skip to content

Commit 5f19a99

Browse files
authored
Merge pull request #31 from py-why/all-contributors/add-grace-sng7
docs: add grace-sng7 as a contributor for code
2 parents 32623a1 + 6a8db75 commit 5f19a99

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

.all-contributorsrc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"commitType": "docs",
8+
"commitConvention": "angular",
9+
"contributors": [
10+
{
11+
"login": "grace-sng7",
12+
"name": "Grace Sng",
13+
"avatar_url": "https://avatars.githubusercontent.com/u/108954669?v=4",
14+
"profile": "https://github.com/grace-sng7",
15+
"contributions": [
16+
"code"
17+
]
18+
}
19+
],
20+
"contributorsPerLine": 7,
21+
"skipCi": true,
22+
"repoType": "github",
23+
"repoHost": "https://github.com",
24+
"projectName": "pywhy-llm",
25+
"projectOwner": "py-why"
26+
}

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# PyWhy-LLM: Leveraging Large Language Models for Causal Analysis
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25

36
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
47
## Introduction
@@ -97,3 +100,25 @@ For any questions, feedback, or inquiries, please reach out to [Emre Kiciman](ma
97100
---
98101

99102
By leveraging LLMs and formalizing human-LLM collaboration, PyWhy-LLM takes causal inference to new heights. Explore its potential and join us in making causal analysis more accessible and insightful.
103+
104+
## Contributors ✨
105+
106+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
107+
108+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
109+
<!-- prettier-ignore-start -->
110+
<!-- markdownlint-disable -->
111+
<table>
112+
<tbody>
113+
<tr>
114+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/grace-sng7"><img src="https://avatars.githubusercontent.com/u/108954669?v=4?s=100" width="100px;" alt="Grace Sng"/><br /><sub><b>Grace Sng</b></sub></a><br /><a href="https://github.com/py-why/pywhy-llm/commits?author=grace-sng7" title="Code">💻</a></td>
115+
</tr>
116+
</tbody>
117+
</table>
118+
119+
<!-- markdownlint-restore -->
120+
<!-- prettier-ignore-end -->
121+
122+
<!-- ALL-CONTRIBUTORS-LIST:END -->
123+
124+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)