Update app.py
Browse files
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=
|
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(
|