cache examples false
Browse files
main.py
CHANGED
@@ -144,6 +144,7 @@ def main():
|
|
144 |
args.openai_api_key or "Fill with your `openai_api_key`"
|
145 |
],
|
146 |
],
|
|
|
147 |
examples_per_page=50,
|
148 |
title="Awesome ChatGPT Prompts",
|
149 |
description=description,
|
|
|
144 |
args.openai_api_key or "Fill with your `openai_api_key`"
|
145 |
],
|
146 |
],
|
147 |
+
cache_examples=False,
|
148 |
examples_per_page=50,
|
149 |
title="Awesome ChatGPT Prompts",
|
150 |
description=description,
|