Spaces:
Runtime error
Runtime error
Commit ·
2fa63a8
1
Parent(s): 43ab1fa
removed keys
Browse files
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="
|
| 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 |
|