diff --git a/README.md b/README.md index 20e80f6f..a9d11753 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ a reverse proxy that you can plug in front of any openai compatible api endpoint to handle api-key based payments using cashu tokens or bold12 lightning invoices we also want to provice an internal dashboard + - general settings - configure payment methods - request evals diff --git a/pyproject.toml b/pyproject.toml index d5e83e7b..23993fbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "routstr-proxy" -version = "0.1.0" +version = "0.0.1" description = "Payment proxy for your LLM endpoint using cashu and nostr." readme = "README.md" requires-python = ">=3.11"