docs: finalize documentation for Go migration
Some checks failed
CI / Lint (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Build (push) Has been cancelled

Updated README, architecture, and TODO to reflect full feature parity, system metrics, and registry integration.
This commit is contained in:
2026-03-19 13:26:31 -04:00
parent dec4b927dc
commit 0ce5f4f490
3 changed files with 37 additions and 24 deletions

View File

@@ -102,7 +102,13 @@ Access the dashboard at `http://localhost:8080`.
### Default Credentials
- **Username:** `admin`
- **Password:** `admin` (You will be prompted to change this or should change it manually in the dashboard)
- **Password:** `admin123` (You will be prompted to change this on first login)
**Forgot Password?**
You can reset the admin password to default by running:
```bash
./llm-proxy -reset-admin
```
## API Usage