arajshiva commited on
Commit
ee141dc
·
verified ·
1 Parent(s): 1e4a0c6

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -604,7 +604,7 @@ def filter_input_with_llama_guard(user_input, model="llama-guard-3-8b"):
604
  class NutritionBot:
605
  def __init__(self):
606
  # Initialize a memory client to store and retrieve customer interactions
607
- self..memory = MemoryClient(api_key = os.environ["mem0"]) # Complete the code to define the memory client API key
608
  client = AsyncMemoryClient()
609
  #self.memory = MemoryClient(api_key=userdata.get("mem0")) # Complete the code to define the memory client API key
610
  # Initialize the Azure OpenAI client using the provided credentials
 
604
  class NutritionBot:
605
  def __init__(self):
606
  # Initialize a memory client to store and retrieve customer interactions
607
+ self.memory = MemoryClient(api_key = os.environ["mem0"]) # Complete the code to define the memory client API key
608
  client = AsyncMemoryClient()
609
  #self.memory = MemoryClient(api_key=userdata.get("mem0")) # Complete the code to define the memory client API key
610
  # Initialize the Azure OpenAI client using the provided credentials