Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sanbo1200
/
ddg-chat
like
0
Running
App
Files
Files
Community
1
main
ddg-chat
/
.env
sanbo1200
Update .env
0e95fcb
verified
15 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
286 Bytes
# API 服务使用的端口
PORT
=
8787
# API 调用的前缀地址
API_PREFIX
=
'/api/'
# 作为调用 API 验证的 API Key
API_KEY
=
'dummy_key'
# 向 DDG 发送请求失败的重试次数
MAX_RETRY_COUNT
=
3
# 向 DDG 发送请求失败的重试延迟,单位 ms
RETRY_DELAY
=
5000