qgyd2021 commited on
Commit
f0f49b4
1 Parent(s): 41fa071

cache examples false

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