somratpro commited on
Commit
0d39314
·
1 Parent(s): 83babc8

chore: update secrets documentation and improve crypto donation formatting in README

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -10,9 +10,7 @@ license: mit
10
  secrets:
11
  - name: HF_TOKEN
12
  description: Hugging Face API token for database backup.
13
- - name: CLOUDFLARE_WORKERS_TOKEN
14
- description: Optional Cloudflare API token for outbound proxy setup.
15
- - name: ANTHROPIC_API_KEY
16
  description: Anthropic Claude API key for Claude-powered agents.
17
  - name: GEMINI_API_KEY
18
  description: Google Gemini API key for Gemini-powered agents.
@@ -286,9 +284,11 @@ Similar projects by [@somratpro](https://github.com/somratpro) — all free, one
286
  If HuggingClip saves you time, consider buying me a coffee to keep the projects alive!
287
 
288
  **USDT (TRC-20 / TRON network only)**
 
289
  ```
290
  TELx8TJz1W1h7n6SgpgGNNGZXpJCEUZrdB
291
  ```
 
292
  > [!WARNING]
293
  > Send **USDT on TRC-20 network only**. Sending other tokens or using a different network will result in permanent loss.
294
 
 
10
  secrets:
11
  - name: HF_TOKEN
12
  description: Hugging Face API token for database backup.
13
+ - name: CLAUDE_CODE_OAUTH_TOKEN
 
 
14
  description: Anthropic Claude API key for Claude-powered agents.
15
  - name: GEMINI_API_KEY
16
  description: Google Gemini API key for Gemini-powered agents.
 
284
  If HuggingClip saves you time, consider buying me a coffee to keep the projects alive!
285
 
286
  **USDT (TRC-20 / TRON network only)**
287
+
288
  ```
289
  TELx8TJz1W1h7n6SgpgGNNGZXpJCEUZrdB
290
  ```
291
+
292
  > [!WARNING]
293
  > Send **USDT on TRC-20 network only**. Sending other tokens or using a different network will result in permanent loss.
294