Merge pull request #2416 from BerriAI/litellm_use_consistent_port

(docs) LiteLLM Proxy - use port 4000 in examples
This commit is contained in:
Ishaan Jaff 2024-03-09 16:32:08 -08:00 committed by GitHub
commit a1784284bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
33 changed files with 179 additions and 179 deletions

View file

@ -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,