Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,8 @@ from flask_cors import CORS
|
|
| 10 |
from dotenv import load_dotenv
|
| 11 |
from langchain_groq import ChatGroq
|
| 12 |
from typing_extensions import TypedDict
|
| 13 |
-
|
|
|
|
| 14 |
# --- Type Definitions ---
|
| 15 |
class AssistantState(TypedDict):
|
| 16 |
conversationSummary: str
|
|
|
|
| 10 |
from dotenv import load_dotenv
|
| 11 |
from langchain_groq import ChatGroq
|
| 12 |
from typing_extensions import TypedDict
|
| 13 |
+
|
| 14 |
+
|
| 15 |
# --- Type Definitions ---
|
| 16 |
class AssistantState(TypedDict):
|
| 17 |
conversationSummary: str
|