Skip to content

Commit bee11bd

Browse files
committed
update WareHouse & update Contributers in README
1 parent 74e7f90 commit bee11bd

24 files changed

+33
-3661
lines changed

Contribution.md

+27-2
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@
241241
<td>Perfect</td>
242242
<td>GPT3.5</td>
243243
</tr>
244-
245244
<tr>
246245
<td rowspan="5"><a href="https://github.com/Aizhouym" target="_blank" rel="noopener noreferrer">https://github.com/Aizhouym</a></td>
247246
<td><a href="WareHouse/Maze_THUNLP_20231006154305" target="_blank" rel="noopener noreferrer">MazeGame</a></td>
@@ -273,7 +272,33 @@
273272
<td>Perfect</td>
274273
<td>GPT3.5</td>
275274
</tr>
276-
275+
<tr>
276+
<td rowspan="1"><a href="https://github.com/eMcQuill" target="_blank" rel="noopener noreferrer">https://github.com/eMcQuill</a></td>
277+
<td><a href="WareHouse/Poker1_DefaultOrganization_20231006035628" target="_blank" rel="noopener noreferrer">Poker Game</a></td>
278+
<td><img src="misc/poker.png" width="200px"></td>
279+
<td>Perfect</td>
280+
<td>GPT3.5</td>
281+
</tr>
282+
<tr>
283+
<td rowspan="1"><a href="https://github.com/janinehuang" target="_blank" rel="noopener noreferrer">https://github.com/janinehuang</a></td>
284+
<td><a href="WareHouse/RGB_Color_Picker_DefaultOrganization_20231015003723" target="_blank" rel="noopener noreferrer">RGB Picker</a></td>
285+
<td><img src="misc/rgb.png" width="200px"></td>
286+
<td>Perfect</td>
287+
<td>GPT3.5</td>
288+
</tr>
289+
<tr>
290+
<td rowspan="2"><a href="https://github.com/Timaos123" target="_blank" rel="noopener noreferrer">https://github.com/Timaos123</a></td>
291+
<td><a href="WareHouse/Good_code_ModelBest1024_20231023013519" target="_blank" rel="noopener noreferrer">Good Code</a></td>
292+
<td><img src="misc/goodcode.png" width="200px"></td>
293+
<td>Perfect</td>
294+
<td>GPT3.5</td>
295+
</tr>
296+
<tr>
297+
<td><a href="WareHouse/Article_pic_DefaultOrganization_20231023003059" target="_blank" rel="noopener noreferrer">Article Pic</a></td>
298+
<td><img src="misc/article_pic.png" width="200px"></td>
299+
<td>Need modification to run</td>
300+
<td>GPT3.5</td>
301+
</tr>
277302
<tr>
278303
</tbody>
279304
</table>

README.md

+6-15
Original file line numberDiff line numberDiff line change
@@ -145,22 +145,13 @@ create a software package and generate a folder named ``/WareHouse/2048_THUNLP_t
145145

146146
**See community contributed software [here](Contribution.md)!**
147147

148-
## 👨‍💻‍ Software Contributors
149-
150-
<a href="https://github.com/qianc62"><img src="https://avatars.githubusercontent.com/u/48988402?v=4" alt="Contributor" style="width:5%; border-radius: 50%;"/></a>
151-
<a href="https://github.com/thinkwee"><img src="https://avatars.githubusercontent.com/u/11889052?v=4" alt="Contributor" style="width:5%; border-radius: 50%;"/></a>
152-
<a href="https://github.com/NA-Wen"><img src="https://avatars.githubusercontent.com/u/92134380?v=4" alt="Contributor" style="width:5%; border-radius: 50%;"/></a>
153-
<a href="https://github.com/JiahaoLi2003"><img src="https://avatars.githubusercontent.com/u/111221887?v=4" alt="Contributor" style="width:5%; border-radius: 50%;"/></a>
154-
<a href="https://github.com/Alphamasterliu"><img src="https://avatars.githubusercontent.com/u/110011045?v=4" alt="Contributor" style="width:5%; border-radius: 50%;"/></a>
155-
<a href="https://github.com/GeekyWizKid"><img src="https://avatars.githubusercontent.com/u/133981481?v=4" alt="Contributor" style="width:5%; border-radius: 50%;"/></a>
156-
<a href="https://github.com/Munsif-Raza-T"><img src="https://avatars.githubusercontent.com/u/76085202?v=4" alt="Contributor" style="width:5%; border-radius: 50%;"/></a>
157-
<a href="https://github.com/djbritt"><img src="https://avatars.githubusercontent.com/u/28036018?v=4" alt="Contributor" style="width:5%; border-radius: 50%;"/></a>
158-
<a href="https://github.com/Classified3939"><img src="https://avatars.githubusercontent.com/u/102702965?v=4" alt="Contributor" style="width:5%; border-radius: 50%;"/></a>
159-
<a href="https://github.com/chenilim"><img src="https://avatars.githubusercontent.com/u/46905241?v=4" alt="Contributor" style="width:5%; border-radius: 50%;"/></a>
160-
<a href="https://github.com/delconis"><img src="https://avatars.githubusercontent.com/u/5824478?v=4" alt="Contributor" style="width:5%; border-radius: 50%;"/></a>
161-
<a href="https://github.com/eMcQuill"><img src="https://avatars.githubusercontent.com/u/139025701?v=4" alt="Contributor" style="width:5%; border-radius: 50%;"/></a>
162-
<a href="https://github.com/Aizhouym"><img src="https://avatars.githubusercontent.com/u/105852026?v=4" alt="Contributor" style="width:5%; border-radius: 50%;"/></a>
148+
## 👨‍💻‍ Contributors
163149

150+
<a href="https://github.com/OpenBMB/ChatDev/graphs/contributors">
151+
<img src="https://contrib.rocks/image?repo=OpenBMB/ChatDev" />
152+
</a>
153+
154+
Made with [contrib.rocks](https://contrib.rocks).
164155
## 🔎 Citation
165156

166157
```

WareHouse/Gomoku_DefaultOrganization_20231006033707/ChatChainConfig.json

-101
This file was deleted.

WareHouse/Gomoku_DefaultOrganization_20231006033707/Gomoku.prompt

-1
This file was deleted.

WareHouse/Gomoku_DefaultOrganization_20231006033707/Gomoku_DefaultOrganization_20231006033707.log

-98
This file was deleted.

0 commit comments

Comments
 (0)