coo7 commited on
Commit
0515d07
·
verified ·
1 Parent(s): b67f67c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -8,4 +8,10 @@ pinned: false
8
  app_port: 7860
9
  ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
8
  app_port: 7860
9
  ---
10
 
11
+ 根据项目 [monica-proxy by ycvk](https://github.com/ycvk/monica-proxy) 修改适配hf
12
+
13
+ 环境变量说明:
14
+
15
+ `MONICA_COOKIE`: Monica 的 Cookie `(格式:session_id=eyJ...)`,用于访问 Monica 的 API
16
+
17
+ `BEARER_TOKEN`: API 访问令牌,用于保护 API 接口安全