Skip to content

Commit

Permalink
Add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Sep 12, 2024
1 parent 1ce5258 commit a3fe2b8
Show file tree
Hide file tree
Showing 3 changed files with 314 additions and 1 deletion.
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
# Prompts
<div align="center" style="margin-bottom: 1em;">

<img src="./docs/assets/images/logo.png" alt="Prompts Logo" width=500></img>

[![.txt Twitter][dottxt-twitter-badge]][dottxt-twitter]
[![Outlines Twitter][outlines-twitter-badge]][outlines-twitter]

[![Contributors][contributors-badge]][contributors]
[![Discord][discord-badge]][discord]


*A prompting library.*

Made with ❤👷️ by the team at [.txt](https://dottxt.co).

</div>


## Prompt functions

Expand Down Expand Up @@ -32,3 +48,13 @@ question = "4+4 = ?"

prompt = few_shots(instructions, examples, question)
```


[contributors]: https://github.com/dottxt-ai/prompts/graphs/contributors
[contributors-badge]: https://img.shields.io/github/contributors/dottxt-ai/prompts?style=flat-square&logo=github&logoColor=white&color=ECEFF4
[dottxt-twitter]: https://twitter.com/dottxtai
[outlines-twitter]: https://twitter.com/OutlinesOSS
[discord]: https://discord.gg/R9DSu34mGd
[discord-badge]: https://img.shields.io/discord/1182316225284554793?color=81A1C1&logo=discord&logoColor=white&style=flat-square
[dottxt-twitter-badge]: https://img.shields.io/twitter/follow/dottxtai?style=social
[outlines-twitter-badge]: https://img.shields.io/twitter/follow/OutlinesOSS?style=social
Binary file added docs/assets/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
287 changes: 287 additions & 0 deletions docs/assets/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a3fe2b8

Please sign in to comment.