From 60d282da7257fffd7385f0e04d355870b6b3ec07 Mon Sep 17 00:00:00 2001 From: Shroominic Date: Wed, 30 Apr 2025 14:41:26 +0800 Subject: [PATCH] fix numeration --- RIP-01.md | 2 +- RIP-02.md | 2 +- RIP-03.md | 4 ++-- RIP-04.md | 4 ++-- RIP-05.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/RIP-01.md b/RIP-01.md index 863f355..4d99691 100644 --- a/RIP-01.md +++ b/RIP-01.md @@ -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. diff --git a/RIP-02.md b/RIP-02.md index ba136fe..a0d461f 100644 --- a/RIP-02.md +++ b/RIP-02.md @@ -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. diff --git a/RIP-03.md b/RIP-03.md index 9f6731d..cc14b8d 100644 --- a/RIP-03.md +++ b/RIP-03.md @@ -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 diff --git a/RIP-04.md b/RIP-04.md index f63e2f6..6734d89 100644 --- a/RIP-04.md +++ b/RIP-04.md @@ -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. diff --git a/RIP-05.md b/RIP-05.md index 16fe8cf..003a6be 100644 --- a/RIP-05.md +++ b/RIP-05.md @@ -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.