abidlabs HF Staff commited on
Commit
23a9435
·
1 Parent(s): 1fbbdc0

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -5
README.md CHANGED
@@ -1,12 +1,20 @@
1
  ---
2
  title: GPT Golf
3
- emoji: 👁
4
  colorFrom: blue
5
- colorTo: pink
6
  sdk: gradio
7
- sdk_version: 3.0.19
8
- app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
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!