docs: add project logo to README and adjust table formatting.

This commit is contained in:
Nikketryhard
2026-02-18 02:28:04 -06:00
parent c7231e5590
commit f9fa9c6f22
2 changed files with 19 additions and 15 deletions

View File

@@ -1,5 +1,9 @@
# ZeroGravity # ZeroGravity
<p align="center">
<img src="assets/logo.png" alt="ZeroGravity" width="200" />
</p>
OpenAI-compatible proxy that intercepts and relays requests to Google's Antigravity language server, impersonating the real Electron webview. OpenAI-compatible proxy that intercepts and relays requests to Google's Antigravity language server, impersonating the real Electron webview.
```mermaid ```mermaid
@@ -32,7 +36,7 @@ zg start
## Endpoints ## Endpoints
| Method | Path | Description | | Method | Path | Description |
| ---------- | --------------------------------- | ------------------------------------ | | ---------- | --------------------------------- | -------------------------------------- |
| `POST` | `/v1/responses` | Responses API (sync + streaming) | | `POST` | `/v1/responses` | Responses API (sync + streaming) |
| `POST` | `/v1/chat/completions` | Chat Completions API (OpenAI compat) | | `POST` | `/v1/chat/completions` | Chat Completions API (OpenAI compat) |
| `POST` | `/v1beta/models/{model}:{action}` | Official Gemini v1beta routes | | `POST` | `/v1beta/models/{model}:{action}` | Official Gemini v1beta routes |
@@ -56,7 +60,7 @@ The proxy needs an OAuth token:
## `zg` Commands ## `zg` Commands
| Command | Description | | Command | Description |
| --------------------- | ------------------------------ | | --------------- | ------------------------------ |
| `zg start` | Start the proxy daemon | | `zg start` | Start the proxy daemon |
| `zg stop` | Stop the proxy daemon | | `zg stop` | Stop the proxy daemon |
| `zg restart` | Rebuild + restart | | `zg restart` | Rebuild + restart |

BIN
assets/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 MiB