Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,10 +1,40 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: ClewdR
|
| 3 |
+
emoji: 🔄
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
+
license: agpl-3.0
|
| 9 |
+
short_description: Rust proxy for Claude with OpenAI-compatible endpoints
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# ClewdR
|
| 13 |
+
|
| 14 |
+
A lightweight Rust proxy for Claude (Claude.ai, Claude Code) with OpenAI-compatible endpoints.
|
| 15 |
+
|
| 16 |
+
## Features
|
| 17 |
+
|
| 18 |
+
- Works with Claude web and Claude Code
|
| 19 |
+
- Single static binary - low resource usage
|
| 20 |
+
- Web dashboard for managing cookies and settings
|
| 21 |
+
- OpenAI-compatible API endpoints
|
| 22 |
+
|
| 23 |
+
## Usage
|
| 24 |
+
|
| 25 |
+
This Space runs ClewdR on port 7860.
|
| 26 |
+
|
| 27 |
+
### Endpoints
|
| 28 |
+
|
| 29 |
+
- Claude.ai: `https://bzcasper-clewdr.hf.space/v1/messages`
|
| 30 |
+
- OpenAI compatible: `https://bzcasper-clewdr.hf.space/v1/chat/completions`
|
| 31 |
+
- Claude Code: `https://bzcasper-clewdr.hf.space/code/v1/messages`
|
| 32 |
+
|
| 33 |
+
## Configuration
|
| 34 |
+
|
| 35 |
+
To configure cookies and settings, access the web dashboard at the Space URL.
|
| 36 |
+
|
| 37 |
+
## Resources
|
| 38 |
+
|
| 39 |
+
- [GitHub Repository](https://github.com/Xerxes-2/clewdr)
|
| 40 |
+
- [Wiki](https://github.com/Xerxes-2/clewdr/wiki)
|