bstraehle commited on
Commit
e39c531
1 Parent(s): d75fe0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,5 +79,5 @@ gr.ChatInterface(
79
  ["1. Execute with tools: Create a plot showing stock gain QTD for NVDA and AMD, x-axis is \"Day\" and y-axis is \"Gain %\". 2. Show the code."],
80
  ["1. Execute with tools: Get key announcements from latest OpenAI Dev Day. 2. Show the web references."]
81
  ],
82
- cache_examples=False,
83
  ).launch()
 
79
  ["1. Execute with tools: Create a plot showing stock gain QTD for NVDA and AMD, x-axis is \"Day\" and y-axis is \"Gain %\". 2. Show the code."],
80
  ["1. Execute with tools: Get key announcements from latest OpenAI Dev Day. 2. Show the web references."]
81
  ],
82
+ cache_examples=True,
83
  ).launch()