Update app.py
Browse files
app.py
CHANGED
|
@@ -112,6 +112,7 @@ demo = gr.Interface(
|
|
| 112 |
["Is content filtering applied to both the prompt and the completion?"],
|
| 113 |
["What is the pricing for GPT 3.5 Turbo?"]
|
| 114 |
],
|
|
|
|
| 115 |
concurrency_limit=16
|
| 116 |
)
|
| 117 |
|
|
|
|
| 112 |
["Is content filtering applied to both the prompt and the completion?"],
|
| 113 |
["What is the pricing for GPT 3.5 Turbo?"]
|
| 114 |
],
|
| 115 |
+
cache_examples=False,
|
| 116 |
concurrency_limit=16
|
| 117 |
)
|
| 118 |
|