From 85bd3cfca1e1b9e86e2b35b5dc83f1a882165b0e Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 24 May 2025 17:31:57 -0700 Subject: [PATCH] fixes --- docs/my-website/docs/benchmarks.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/my-website/docs/benchmarks.md b/docs/my-website/docs/benchmarks.md index c445ff303a..817d70b87c 100644 --- a/docs/my-website/docs/benchmarks.md +++ b/docs/my-website/docs/benchmarks.md @@ -7,13 +7,11 @@ Benchmarks for LiteLLM Gateway (Proxy Server) tested against a fake OpenAI endpo Use this config for testing: -**Note:** we're currently migrating to aiohttp which has 10x higher throughput. We recommend using the `aiohttp_openai/` provider for load testing. - ```yaml model_list: - model_name: "fake-openai-endpoint" litellm_params: - model: aiohttp_openai/any + model: openai/any api_base: https://your-fake-openai-endpoint.com/chat/completions api_key: "test" ```