Add LLM_GATEWAY_ENDPOINT environment variable info

This commit is contained in:
Adil Hafeez 2025-10-01 10:41:26 -07:00 committed by GitHub
parent 5f03c1fe69
commit 9c05eaa3d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,4 +25,5 @@ A FastAPI service that rewrites user queries using archgw and gpt-4o-mini for be
```bash
# archgw LLM Gateway base URL (default: http://localhost:12000/v1)
export LLM_GATEWAY_ENDPOINT="http://localhost:12000/v1"
```