Commit 5b9d9bd 1 parent b47c9ba commit 5b9d9bd Copy full SHA for 5b9d9bd
File tree 3 files changed +318
-1
lines changed
3 files changed +318
-1
lines changed Original file line number Diff line number Diff line change 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
+
18
+
19
+ ``` bash
20
+ pip install outlines
21
+ ```
2
22
3
23
## Prompt functions
4
24
@@ -32,3 +52,13 @@ question = "4+4 = ?"
32
52
33
53
prompt = few_shots(instructions, examples, question)
34
54
```
55
+
56
+
57
+ [ contributors ] : https://github.com/dottxt-ai/prompts/graphs/contributors
58
+ [ contributors-badge ] : https://img.shields.io/github/contributors/dottxt-ai/prompts?style=flat-square&logo=github&logoColor=white&color=ECEFF4
59
+ [ dottxt-twitter ] : https://twitter.com/dottxtai
60
+ [ outlines-twitter ] : https://twitter.com/OutlinesOSS
61
+ [ discord ] : https://discord.gg/R9DSu34mGd
62
+ [ discord-badge ] : https://img.shields.io/discord/1182316225284554793?color=81A1C1&logo=discord&logoColor=white&style=flat-square
63
+ [ dottxt-twitter-badge ] : https://img.shields.io/twitter/follow/dottxtai?style=social
64
+ [ outlines-twitter-badge ] : https://img.shields.io/twitter/follow/OutlinesOSS?style=social
You can’t perform that action at this time.
0 commit comments