jsbeaudry commited on
Commit
0d8e6b1
·
verified ·
1 Parent(s): e69b450

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -291,6 +291,8 @@ class AsyncAIConversation:
291
  logger.info("Batch processing completed")
292
  return results
293
 
 
 
294
  # Usage example and demo functions
295
  async def demo_conversation():
296
  """Demonstration of the conversation system"""
 
291
  logger.info("Batch processing completed")
292
  return results
293
 
294
+
295
+ ai_conversation = None
296
  # Usage example and demo functions
297
  async def demo_conversation():
298
  """Demonstration of the conversation system"""