ashokpoudel commited on
Commit
2fa63a8
·
1 Parent(s): 43ab1fa

removed keys

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def replace_synonyms(api_key, text, use_few_shots, few_shots, temperature):
13
 
14
 
15
  api_key = gr.inputs.Textbox(label="OpenAI API Key", lines=1,
16
- default="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")
17
 
18
  use_few_shots = gr.inputs.Checkbox(label="Use Few Shots", default=True)
19
 
 
13
 
14
 
15
  api_key = gr.inputs.Textbox(label="OpenAI API Key", lines=1,
16
+ default="YOUR_API_KEY_HERE")
17
 
18
  use_few_shots = gr.inputs.Checkbox(label="Use Few Shots", default=True)
19