We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abab9cb commit 135d277Copy full SHA for 135d277
README.md
@@ -5,7 +5,6 @@
5
## 功能
6
7
- FastAPI
8
-
9
- 查询最新的中国银行外汇汇率
10
- 支持多种货币转换
11
- 实时数据更新和异步缓存
@@ -21,13 +20,18 @@ pip install -r requirements.txt
21
20
22
# Start Uvicorn server
23
uvicorn main:app --host 0.0.0.0 --port 7860 --reload
+
24
+ngrok http 7860
25
```
26
-## hf space部署说明
27
+记得更改`.env`的`TELEGRAM_BOT_TOKEN`和`WEBHOOK_URL`
28
29
+## hf space 部署说明
30
31
此项目已配置为在 Hugging Face Space 上运行。部署后,您需要:
32
33
1. 在 Space 设置中配置以下环境变量:
34
35
- `TELEGRAM_BOT_TOKEN`: 您的 Telegram 机器人令牌
36
- `WEBHOOK_URL`: 您的 Hugging Face Space URL (例如 https://yourname-project.hf.space)
37
- `CACHE_TTL_MINUTES`: 缓存超时时间(分钟)
version.txt
@@ -1 +1 @@
1
-version=0.0.0
+version=0.0.1
0 commit comments