2026-07-30 16:04:34 +08:00
|
|
|
# 在开发时进行加载
|
2026-08-04 17:22:38 +08:00
|
|
|
|
|
|
|
|
# Deployed travel recommender (FastAPI, real GLM) on the gml box, exposed via
|
|
|
|
|
# Tailscale Funnel. The /travel/ prefix is stripped by Tailscale before reaching
|
|
|
|
|
# the app, so the client calls .../travel/api/v1/plans. Set to empty (or stop the
|
|
|
|
|
# service) to use the deterministic local planner; on any remote error the client
|
|
|
|
|
# silently falls back to local so the demo never breaks.
|
|
|
|
|
VITE_TRAVEL_ASSISTANT_API_BASE_URL=https://desktop-gml.tailc2083d.ts.net/travel
|