mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
docs(proxy_server): fix code
This commit is contained in:
parent
06f930a5fb
commit
8bb9be3c5a
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ print(result)
|
|||
|
||||
To save API Keys, change model prompt, etc. you'll need to create a local instance of it:
|
||||
```shell
|
||||
$ litellm --create-proxy
|
||||
$ litellm --create_proxy
|
||||
```
|
||||
This will create a local project called `litellm-proxy` in your current directory, that has:
|
||||
* **proxy_cli.py**: Runs the proxy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue