arajshiva commited on
Commit
c70f1df
·
verified ·
1 Parent(s): 1ce2abc

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -610,7 +610,8 @@ class NutritionBot:
610
  """
611
 
612
  # Initialize a memory client to store and retrieve customer interactions
613
- self.memory = MemoryClient(api_key=userdata.get("mem0")) # Complete the code to define the memory client API key
 
614
 
615
  # Initialize the Azure OpenAI client using the provided credentials
616
  self.client = AzureChatOpenAI(
 
610
  """
611
 
612
  # Initialize a memory client to store and retrieve customer interactions
613
+ #self.memory = MemoryClient(api_key=userdata.get("mem0")) # Complete the code to define the memory client API key
614
+ self.memory = MemoryClient(api_key = userdata.get("MEM0_api_key"))
615
 
616
  # Initialize the Azure OpenAI client using the provided credentials
617
  self.client = AzureChatOpenAI(