mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
Merge pull request #2416 from BerriAI/litellm_use_consistent_port
(docs) LiteLLM Proxy - use port 4000 in examples
This commit is contained in:
commit
a1784284bb
33 changed files with 179 additions and 179 deletions
|
@ -246,7 +246,7 @@ class Router:
|
|||
"122999-2828282-277:
|
||||
{
|
||||
"model": "gpt-3",
|
||||
"api_base": "http://localhost:8000",
|
||||
"api_base": "http://localhost:4000",
|
||||
"num_requests": 20,
|
||||
"avg_latency": 0.001,
|
||||
"num_failures": 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue