mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 07:40:12 +01:00
chore: add GitHub metadata (#1085)
* chore: add citation file * chore: add LICENSE * chore: update email Co-authored-by: Daniel Gallego <danielgallegovico@gmail.com> * chore: update email in citation file Co-authored-by: Pablo Orgaz <pabloogc@gmail.com> * chore: add ORCIDs to citation file * docs: update README with citation info --------- Co-authored-by: Daniel Gallego <danielgallegovico@gmail.com> Co-authored-by: Pablo Orgaz <pabloogc@gmail.com>
This commit is contained in:
parent
ba23443a70
commit
769a047b54
3 changed files with 242 additions and 6 deletions
22
README.md
22
README.md
|
|
@ -149,14 +149,24 @@ Join the conversation around PrivateGPT on our:
|
|||
- [Discord](https://discord.gg/bK6mRVpErU)
|
||||
|
||||
## 📖 Citation
|
||||
Reference to cite if you use PrivateGPT in a paper:
|
||||
If you use PrivateGPT in a paper, check out the [Citation file](CITATION.cff) for the correct citation.
|
||||
You can also use the "Cite this repository" button in this repo to get the citation in different formats.
|
||||
|
||||
```
|
||||
@software{PrivateGPT_2023,
|
||||
authors = {Martinez, I., Gallego, D. Orgaz, P.},
|
||||
month = {5},
|
||||
title = {PrivateGPT},
|
||||
Here are a couple of examples:
|
||||
|
||||
#### BibTeX
|
||||
```bibtex
|
||||
@software{Martinez_Toro_PrivateGPT_2023,
|
||||
author = {Martínez Toro, Iván and Gallego Vico, Daniel and Orgaz, Pablo},
|
||||
license = {Apache-2.0},
|
||||
month = may,
|
||||
title = {{PrivateGPT}},
|
||||
url = {https://github.com/imartinez/privateGPT},
|
||||
year = {2023}
|
||||
}
|
||||
```
|
||||
|
||||
#### APA
|
||||
```
|
||||
Martínez Toro, I., Gallego Vico, D., & Orgaz, P. (2023). PrivateGPT [Computer software]. https://github.com/imartinez/privateGPT
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue