mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
Merge 18ac8894ad into 39e5b0c2d1
This commit is contained in:
commit
5db1f0b79c
1 changed files with 2 additions and 2 deletions
|
|
@ -106,7 +106,7 @@ response = completion(model="anthropic/claude-sonnet-4-20250514", messages=[{"ro
|
|||
|
||||
### AI Gateway (Proxy Server)
|
||||
|
||||
[**Getting Started - E2E Tutorial**](https://docs.litellm.ai/docs/proxy/docker_quick_start) - Setup virtual keys, make your first request
|
||||
[**Getting Started - E2E Tutorial**](https://docs.litellm.ai/docs/proxy/docker_quick_start) - Set up virtual keys, make your first request
|
||||
|
||||
```shell
|
||||
uv tool install 'litellm[proxy]'
|
||||
|
|
@ -549,7 +549,7 @@ The Terraform modules live at [`terraform/litellm/aws/`](./terraform/litellm/aws
|
|||
|
||||
### Run in Developer Mode
|
||||
#### Services
|
||||
1. Setup .env file in root
|
||||
1. Set up .env file in root
|
||||
2. Run dependent services `docker-compose up db prometheus`
|
||||
|
||||
#### Backend
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue