Skip to content

Commit a3fe2b8

Browse files
committed
Add logo
1 parent 1ce5258 commit a3fe2b8

File tree

3 files changed

+314
-1
lines changed

3 files changed

+314
-1
lines changed

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
# Prompts
1+
<div align="center" style="margin-bottom: 1em;">
2+
3+
<img src="./docs/assets/images/logo.png" alt="Prompts Logo" width=500></img>
4+
5+
[![.txt Twitter][dottxt-twitter-badge]][dottxt-twitter]
6+
[![Outlines Twitter][outlines-twitter-badge]][outlines-twitter]
7+
8+
[![Contributors][contributors-badge]][contributors]
9+
[![Discord][discord-badge]][discord]
10+
11+
12+
*A prompting library.*
13+
14+
Made with ❤👷️ by the team at [.txt](https://dottxt.co).
15+
16+
</div>
17+
218

319
## Prompt functions
420

@@ -32,3 +48,13 @@ question = "4+4 = ?"
3248

3349
prompt = few_shots(instructions, examples, question)
3450
```
51+
52+
53+
[contributors]: https://github.com/dottxt-ai/prompts/graphs/contributors
54+
[contributors-badge]: https://img.shields.io/github/contributors/dottxt-ai/prompts?style=flat-square&logo=github&logoColor=white&color=ECEFF4
55+
[dottxt-twitter]: https://twitter.com/dottxtai
56+
[outlines-twitter]: https://twitter.com/OutlinesOSS
57+
[discord]: https://discord.gg/R9DSu34mGd
58+
[discord-badge]: https://img.shields.io/discord/1182316225284554793?color=81A1C1&logo=discord&logoColor=white&style=flat-square
59+
[dottxt-twitter-badge]: https://img.shields.io/twitter/follow/dottxtai?style=social
60+
[outlines-twitter-badge]: https://img.shields.io/twitter/follow/OutlinesOSS?style=social

docs/assets/images/logo.png

5.83 KB
Loading

docs/assets/images/logo.svg

Lines changed: 287 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)