Update app.py
Browse files
app.py
CHANGED
@@ -493,10 +493,10 @@ Coming soon: grading by LLaMA-2.
|
|
493 |
```
|
494 |
```
|
495 |
@misc{tigerbot,
|
496 |
-
title
|
497 |
-
author
|
498 |
-
howpublished
|
499 |
-
note
|
500 |
}
|
501 |
```
|
502 |
''')
|
|
|
493 |
```
|
494 |
```
|
495 |
@misc{tigerbot,
|
496 |
+
title={{TigerBot}: A cutting-edge foundation for your very own LLM.},
|
497 |
+
author={TigerResearch},
|
498 |
+
howpublished={\url{https://github.com/TigerResearch/TigerBot}},
|
499 |
+
note={Accessed: 2023-09-30}
|
500 |
}
|
501 |
```
|
502 |
''')
|