mohitbhardwaj commited on
Commit
843d5d1
·
verified ·
1 Parent(s): 29e09f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -586,7 +586,7 @@ class NutritionBot:
586
  """
587
 
588
  # Initialize a memory client to store and retrieve customer interactions
589
- self.memory = MemoryClient(api_key=userdata.get("MEM0_API_KEY")) # Complete the code to define the memory client API key
590
 
591
  # # Initialize the OpenAI client using the provided credentials
592
  # self.client = ChatOpenAI(
 
586
  """
587
 
588
  # Initialize a memory client to store and retrieve customer interactions
589
+ self.memory = MemoryClient(api_key=MEM0_API_KEY) # Complete the code to define the memory client API key
590
 
591
  # # Initialize the OpenAI client using the provided credentials
592
  # self.client = ChatOpenAI(