Farhan Beg commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -28,18 +28,17 @@ This repo just glues them together so both UIs share one port, one auth token, a
|
|
| 28 |
|
| 29 |
[](https://huggingface.co/spaces/f4b404/hermes?duplicate=true) β **Duplicate this Space**. Name it whatever you want, pick CPU basic free hardware, keep spcae public. HF copies all files automatically.
|
| 30 |
|
| 31 |
-
If you'd rather start from this repo, create a new Space with **SDK = Docker** at [huggingface.co/new-space](https://huggingface.co/new-space) and upload everything in this repo to its `main` branch.
|
| 32 |
|
| 33 |
### 2. Add secrets (Settings β Variables and secrets)
|
| 34 |
|
| 35 |
**Required** (the Space will not start without these):
|
| 36 |
|
| 37 |
-
| Secret | What it is |
|
| 38 |
| --- | --- | --- |
|
| 39 |
-
| `GATEWAY_TOKEN` | Your password β gates the WebUI login and the `/v1/*` API. Pick anything strong. |
|
| 40 |
| `HF_TOKEN` | Persists your sessions, profiles, skills, cron jobs, memory, and workspace files across Space restarts by syncing to a private HF Dataset every 10 min. **Without this, restarts wipe everything.** | [huggingface.co/settings/tokens](https://huggingface.co/settings/tokens) β New token β **Write** scope |
|
| 41 |
-
| `CLOUDFLARE_WORKERS_TOKEN` | Auto-provisions two Cloudflare Workers: one as an outbound proxy (needed for Telegram, sometimes for blocked LLM providers) and one as a cron keep-alive worker that pings `/health` every 10 min so the Space doesn't sleep on free tier |
|
| 42 |
-
|
| 43 |
**Optional advanced features**:
|
| 44 |
|
| 45 |
| Secret | What it does |
|
|
|
|
| 28 |
|
| 29 |
[](https://huggingface.co/spaces/f4b404/hermes?duplicate=true) β **Duplicate this Space**. Name it whatever you want, pick CPU basic free hardware, keep spcae public. HF copies all files automatically.
|
| 30 |
|
| 31 |
+
If you'd rather start from this repo, (for power users) create a new Space with **SDK = Docker** at [huggingface.co/new-space](https://huggingface.co/new-space) and upload everything in this repo to its `main` branch.
|
| 32 |
|
| 33 |
### 2. Add secrets (Settings β Variables and secrets)
|
| 34 |
|
| 35 |
**Required** (the Space will not start without these):
|
| 36 |
|
| 37 |
+
| Secret | What it is | How to get it |
|
| 38 |
| --- | --- | --- |
|
| 39 |
+
| `GATEWAY_TOKEN` | Your password β gates the WebUI login and the `/v1/*` API. Pick anything strong. | Anything u want to keep as a password for your chat and dashboard |
|
| 40 |
| `HF_TOKEN` | Persists your sessions, profiles, skills, cron jobs, memory, and workspace files across Space restarts by syncing to a private HF Dataset every 10 min. **Without this, restarts wipe everything.** | [huggingface.co/settings/tokens](https://huggingface.co/settings/tokens) β New token β **Write** scope |
|
| 41 |
+
| `CLOUDFLARE_WORKERS_TOKEN` | Auto-provisions two Cloudflare Workers: one as an outbound proxy (needed for Telegram, sometimes for blocked LLM providers) and one as a cron keep-alive worker that pings `/health` every 10 min so the Space doesn't sleep on free tier | Go to https://dash.cloudflare.com/profile/api-tokens β Create new token β Edit Cloudflare Workers (Use this template)|
|
|
|
|
| 42 |
**Optional advanced features**:
|
| 43 |
|
| 44 |
| Secret | What it does |
|