Rebrand project

This commit is contained in:
2026-03-02 14:04:05 +00:00
parent f79af84afb
commit 8ceb831e84
13 changed files with 32 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
# Go LLM Gateway
# latticelm
## Overview
@@ -19,7 +19,7 @@ Instead of managing multiple SDK integrations in your application, call one endp
```
Client Request
Go LLM Gateway (unified API)
latticelm (unified API)
├─→ OpenAI SDK
├─→ Azure OpenAI (OpenAI SDK + Azure auth)
@@ -68,7 +68,7 @@ export ANTHROPIC_API_KEY="your-key"
export GOOGLE_API_KEY="your-key"
# 2. Build
cd go-llm-gateway
cd latticelm
go build -o gateway ./cmd/gateway
# 3. Run