Spaces:
Running
Running
Update travel.py
Browse files
travel.py
CHANGED
|
@@ -39,7 +39,7 @@ import json
|
|
| 39 |
import logging
|
| 40 |
from datetime import datetime, timedelta
|
| 41 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
| 42 |
-
from
|
| 43 |
|
| 44 |
# Setup logging configuration
|
| 45 |
logging.basicConfig(level=logging.INFO, format="%(asctime)s - %(levelname)s - %(message)s")
|
|
|
|
| 39 |
import logging
|
| 40 |
from datetime import datetime, timedelta
|
| 41 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
| 42 |
+
from langchain_core.messages import HumanMessage, SystemMessage
|
| 43 |
|
| 44 |
# Setup logging configuration
|
| 45 |
logging.basicConfig(level=logging.INFO, format="%(asctime)s - %(levelname)s - %(message)s")
|