fix numeration

This commit is contained in:
Shroominic
2025-04-30 14:41:26 +08:00
parent 969b15347b
commit 60d282da72
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# RIP-00: OpenAI-API Proxy with Cashu Payments
# RIP-01: OpenAI-API Proxy with Cashu Payments
Defines the HTTP proxy interface forwarding OpenAI-compatible API requests, with per-request micropayment handling via Cashu tokens.
+1 -1
View File
@@ -1,4 +1,4 @@
# RIP-01: Node Listing
# RIP-02: Node Listing
Nodes announce their presence and capabilities via a Nostr event for client discovery.
+2 -2
View File
@@ -1,4 +1,4 @@
# RIP-02: Frontend Discovery
# RIP-03: Frontend Discovery
Defines the web or app interface for browsing and filtering available inference nodes based on social network and evolving evals.
@@ -11,7 +11,7 @@ Defines the web or app interface for browsing and filtering available inference
- Price range
- Social network proximity (follow graph)
- Average rating (from evals)
- Future: Toggle eval visibility once RIP-03 is live.
- Future: Toggle eval visibility once RIP-04 is live.
## UI Components
+2 -2
View File
@@ -1,4 +1,4 @@
# RIP-03: Evaluations & Quality Control
# RIP-04: Evaluations & Quality Control
Specifies how clients anonymize and randomize evaluation submissions to mimic normal inference requests.
@@ -12,7 +12,7 @@ Specifies how clients anonymize and randomize evaluation submissions to mimic no
1. Client selects a subset of providers based on discovery.
2. For each eval job:
- Generate randomized inference parameters.
- Send inference request off-chain via usual API.
- Send inference request randomized with proxy.
- Measure latency, output quality against ground truth.
3. Assemble eval result and prepare Nostr event:
- Use new random ephemeral Nostr key per eval.
+1 -1
View File
@@ -1,4 +1,4 @@
# RIP-04: Smart Clients & Token Management
# RIP-05: Smart Clients & Token Management
Defines client-side behavior for automated token cycling, proxy/Tor usage, and provider optimization.