bzcasper commited on
Commit
0bd2b34
·
verified ·
1 Parent(s): ab9f1d1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -5
README.md CHANGED
@@ -1,10 +1,40 @@
1
  ---
2
- title: Clewdr
3
- emoji: 🚀
4
- colorFrom: yellow
5
- colorTo: pink
6
  sdk: docker
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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)