Content
# Even if slow, keep moving forward; even if behind, even if failing, one can certainly reach the goals they aspire to. —— Lu Xun
# 🤝 Suggestions 🤝
We welcome your suggestions! If you have any thoughts, please send an email to pengyugaoynu@stu.ynu.edu.cn. We are always looking forward to your feedback!
# How to Use
Download Node.js from the URL: https://nodejs.org/en
Volcano Model deepseek-v3 configuration URL: https://console.volcengine.com/ark/region:ark+cn-beijing/openManagement?LLM=%7B%7D&OpenTokenDrawer=false
Gaode Map: https://console.amap.com/dev/key/app. Create an application and bind the service to the web version. At this point, you will receive a Key and a Security Key, which should be filled in the index front-end page according to the comments. Please look carefully.
AP_APP_ID is the application ID for Alipay, AP_APP_KEY is the private key for Alipay, and AP_PUB_KEY is the public key for Alipay. These three parameters are optional and do not affect usage.
API_KEY is the API_KEY for the large model, BASE_URL is the fixed URL for the large model, MODEL_NAME is the name of the selected model, Gao_De_API and the AMAP_MAPS_API_KEY in Gaode MCP are the Keys provided when creating the application in Gaode Map.
Run on the front-end webpage generated by web.py, using the local computer interface on port 8080.
~~~
pip install playwright (optional, this feature is currently commented out)
~~~
Configure API
### MCP Server Configuration
## Playwright-MCP (optional, this feature is currently commented out)
~~~json
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp@latest"
]
}
}
}
~~~
## Gaode-MCP
~~~json
{
"mcpServers": {
"amap-maps": {
"command": "npx",
"args": [
"-y",
"@amap/amap-maps-mcp-server"
],
"env": {
"AMAP_MAPS_API_KEY": "Your Gaode Key"
}
}
}
}
~~~
## Alipay-MCP (optional, not configuring API and KEY does not affect operation)
~~~json
{
"mcpServers": {
"mcp-server-alipay": {
"command": "npx",
"args": [
"-y",
"@alipay/mcp-server-alipay"
],
"env": {
"AP_APP_ID": "Your Alipay Application ID",
"AP_APP_KEY": "Your Private Key",
"AP_PUB_KEY": "Your Public Key"
}
}
}
}
~~~
Note: npx is the runtime environment, and Node.js must be downloaded; otherwise, an error will occur! When configuring, if the MCP requires a key, be sure to configure "env". If there is no key, "env" should be empty. The key parameter for configuring MCP is the second parameter of "args": "@alipay/mcp-server-alipay", which is the address of the MCP.
# 🌎 Travel Bird Map 🌎
This is a **Travel Assistant** that can help you plan travel routes, hotel recommendations, and other travel-related operations. Similarly, you can ask it for **routes from Kunming to Beijing** or **recommendations for attractions near Yunnan University Donglu Campus, along with some walking route plans**. Don't worry about the **weather**; it will provide that information as well.
# Main Framework Diagram

# Travel Inquiry Framework Diagram

# Usage Instructions #
You need to create a .env file to save your interface information, with parameters including:
- API_KEY = "Your_API_KEY"
- BASE_URL = "Your_Model_BASE_URL"
- MODEL_NAME = “deep_seek-v3"
- Gao_De_API = "Gaode_MCP_API"
- AMAP_MAPS_API_KEY = "Gaode_MCP_API"
- AP_APP_ID = "alipay_APP"
- AP_APP_KEY = "alipay_KEY"
- AP_PUB_KEY= "alipay_Public_KEY"
Once the parameters are configured, you can start using it.
Some running screenshots:




<img width="1182" alt="54dd09c257aa21ac0bd61329ba0f6a4" src="https://github.com/user-attachments/assets/0759c18d-3114-46ce-ad97-1bafd73df4d6" />

## Star History
[](https://www.star-history.com/#Heisenberg-Gao/TravelBird&Date)
# Disclaimer
This project is developed by an individual and is intended for learning, research, and non-commercial use only. I do not take responsibility for any use, results, or impacts of this software.
You Might Also Like
OpenWebUI
Open WebUI is an extensible web interface for customizable applications.

NextChat
NextChat is a light and fast AI assistant supporting Claude, DeepSeek, GPT4...

cherry-studio
Cherry Studio is a multilingual project for creative collaboration.
web-search-mcp
A TypeScript MCP server for comprehensive web search with multiple tools.
mcp
MCP Server enables easy integration with PostHog for data modeling.
slack-mcp-client
A bridge between Slack and AI models, enabling secure interactions with...