king007 commited on
Commit
3475d99
·
1 Parent(s): 57f71a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,8 +5,8 @@ import requests
5
  import json
6
 
7
 
8
- prompt_templates = {"Sloth Alchemist": os.environ.get("PROMPT_KEY")}
9
- question_templates = {"Ask me": "what's your name?"}
10
 
11
  def download_prompt_templates2():
12
  url = "https://raw.githubusercontent.com/f/awesome-chatgpt-prompts/main/prompts.csv"
 
5
  import json
6
 
7
 
8
+ prompt_templates = {}
9
+ question_templates = {}
10
 
11
  def download_prompt_templates2():
12
  url = "https://raw.githubusercontent.com/f/awesome-chatgpt-prompts/main/prompts.csv"