Upload README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,20 @@
|
|
1 |
---
|
2 |
title: GPT Golf
|
3 |
-
emoji:
|
4 |
colorFrom: blue
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 3.0.
|
8 |
-
app_file:
|
9 |
pinned: false
|
|
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: GPT Golf
|
3 |
+
emoji: ⛳
|
4 |
colorFrom: blue
|
5 |
+
colorTo: blue
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 3.0.19b2
|
8 |
+
app_file: run.py
|
9 |
pinned: false
|
10 |
+
license: gpl-3.0
|
11 |
---
|
12 |
|
13 |
+
# GPT Golf
|
14 |
+
|
15 |
+
How many turns will it take you to get GPT to say the target word?
|
16 |
+
Here are the rules of the game:
|
17 |
+
- Your goal is to get GPT to say a target word in as few turns as possible.
|
18 |
+
- Each turn, you add up to 5 words to its dialogue.
|
19 |
+
- When you click submit, your prompt will be added to the dialogue. Then GPT will also add to the dialogue.
|
20 |
+
- You can't say the target word, but as soon as GPT does, you win!
|