Skip to content

Commit 6f345e8

Browse files
authored
Update paper link in README.md (All-Hands-AI#3102)
1 parent 6902906 commit 6f345e8

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
<img src="./docs/static/img/logo.png" alt="Logo" width="200" height="200">
3535
<h1 align="center">OpenDevin: Code Less, Make More</h1>
3636
<a href="https://docs.all-hands.dev/modules/usage/intro"><img src="https://img.shields.io/badge/Documentation-OpenDevin-blue?logo=googledocs&logoColor=white&style=for-the-badge" alt="Check out the documentation"></a>
37-
<a href="https://huggingface.co/spaces/OpenDevin/evaluation"><img src="https://img.shields.io/badge/Evaluation-Benchmark%20on%20HF%20Space-green?style=for-the-badge" alt="Evaluation Benchmark"></a>
37+
<a href="https://arxiv.org/abs/2407.16741"><img src="https://img.shields.io/badge/Paper-%20on%20Arxiv-red?logo=arxiv&style=for-the-badge" alt="Paper on Arxiv"></a>
38+
<br/>
39+
<a href="https://huggingface.co/spaces/OpenDevin/evaluation"><img src="https://img.shields.io/badge/Evaluation-Benchmark%20on%20HF%20Space-green?logo=huggingface&style=for-the-badge" alt="Evaluation Benchmark"></a>
3840
</div>
3941
<hr>
4042

@@ -138,12 +140,13 @@ Distributed under the MIT License. See [`LICENSE`](./LICENSE) for more informati
138140
## 📚 Cite
139141

140142
```
141-
@misc{opendevin2024,
142-
author = {{OpenDevin Team}},
143-
title = {{OpenDevin: An Open Platform for AI Software Developers as Generalist Agents}},
144-
year = {2024},
145-
version = {v1.0},
146-
howpublished = {\url{https://github.com/OpenDevin/OpenDevin}},
147-
note = {Accessed: ENTER THE DATE YOU ACCESSED THE PROJECT}
143+
@misc{opendevin,
144+
title={{OpenDevin: An Open Platform for AI Software Developers as Generalist Agents}},
145+
author={Xingyao Wang and Boxuan Li and Yufan Song and Frank F. Xu and Xiangru Tang and Mingchen Zhuge and Jiayi Pan and Yueqi Song and Bowen Li and Jaskirat Singh and Hoang H. Tran and Fuqiang Li and Ren Ma and Mingzhang Zheng and Bill Qian and Yanjun Shao and Niklas Muennighoff and Yizhe Zhang and Binyuan Hui and Junyang Lin and Robert Brennan and Hao Peng and Heng Ji and Graham Neubig},
146+
year={2024},
147+
eprint={2407.16741},
148+
archivePrefix={arXiv},
149+
primaryClass={cs.SE},
150+
url={https://arxiv.org/abs/2407.16741},
148151
}
149152
```

0 commit comments

Comments
 (0)