mirror of
https://github.com/Routstr/protocol.git
synced 2026-08-09 07:44:59 +00:00
fix numeration
This commit is contained in:
@@ -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,4 +1,4 @@
|
||||
# RIP-01: Node Listing
|
||||
# RIP-02: Node Listing
|
||||
|
||||
Nodes announce their presence and capabilities via a Nostr event for client discovery.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user