Skip to content

Commit 80f34dc

Browse files
committed
updated readme
Signed-off-by: amanycodes <[email protected]>
1 parent ac7a223 commit 80f34dc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# pine-gate
1+
2+
<h1 align="center" style="border-bottom: none">
3+
<a href="https://prequel.dev" target="_blank">
4+
<img alt="Preq" src="assets/pine-gate.png" width="120">
5+
</a>
6+
<br>
7+
pine-gate
8+
</h1>
29

310
Open‑source, K8s‑deployable AI Gateway for local & remote LLMs with quotas, streaming, routing, and observability.
411

docs/api.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,3 @@ Notes
101101
curl -s -H 'x-api-key: dev-key' -H 'Content-Type: application/json' \
102102
-X POST localhost:8080/v1/completions -d '{"model":"openai:gpt-4o-mini","prompt":"hi"}'
103103
```
104-
105-
## Related
106-
- Backends and model prefixes: docs/backends.md
107-
- Configuration and env mapping: docs/configuration.md
108-
- Quotas and rate limiting: docs/quotas-limits.md
109-
- CLI helpers for testing: docs/cli.md
110-
- Full schema: docs/openapi.yaml

0 commit comments

Comments
 (0)