You've already forked Travel-Agent
feat: Added notes creation, view and deletion, added route planning, added location list with current weather and nearby locations, code improvements and fixes
This commit is contained in:
@@ -17,4 +17,11 @@ class Config:
|
||||
"REDIS_URL",
|
||||
"redis://localhost:6379",
|
||||
)
|
||||
OPENTRIPMAP_API_KEY = os.getenv(
|
||||
"OPENTRIPMAP_API_KEY",
|
||||
)
|
||||
OPENWEATHERMAP_API_KEY = os.getenv(
|
||||
"OPENWEATHERMAP_API_KEY",
|
||||
)
|
||||
NEARBY_SIGHTS_RADIUS = 2000
|
||||
PAGE_SIZE = 6
|
||||
|
||||
Reference in New Issue
Block a user