pgurazada1 commited on
Commit
cf67e84
·
verified ·
1 Parent(s): 9dabb7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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