mirror of
https://github.com/katanemo/plano.git
synced 2026-07-23 16:51:04 +02:00
Add LLM_GATEWAY_ENDPOINT environment variable info
This commit is contained in:
parent
5f03c1fe69
commit
9c05eaa3d7
1 changed files with 1 additions and 0 deletions
|
|
@ -25,4 +25,5 @@ A FastAPI service that rewrites user queries using archgw and gpt-4o-mini for be
|
||||||
```bash
|
```bash
|
||||||
# archgw LLM Gateway base URL (default: http://localhost:12000/v1)
|
# archgw LLM Gateway base URL (default: http://localhost:12000/v1)
|
||||||
export LLM_GATEWAY_ENDPOINT="http://localhost:12000/v1"
|
export LLM_GATEWAY_ENDPOINT="http://localhost:12000/v1"
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue