diff --git a/docs/my-website/docs/simple_proxy.md b/docs/my-website/docs/simple_proxy.md index ad35a4b14..4aad578d0 100644 --- a/docs/my-website/docs/simple_proxy.md +++ b/docs/my-website/docs/simple_proxy.md @@ -49,16 +49,6 @@ $ export AWS_SECRET_ACCESS_KEY="" ```shell $ litellm --model bedrock/anthropic.claude-v2 ``` - - - -```shell -$ export HUGGINGFACE_API_KEY=my-api-key #[OPTIONAL] -``` -```shell -$ litellm --model huggingface/ --api_base https://k58ory32yinf1ly0.us-east-1.aws.endpoints.huggingface.cloud -``` - @@ -80,6 +70,23 @@ $ export OPENAI_API_KEY=my-api-key ```shell $ litellm --model gpt-3.5-turbo ``` + + + +```shell +$ export HUGGINGFACE_API_KEY=my-api-key #[OPTIONAL] +``` +```shell +$ litellm --model huggingface/ --api_base https://k58ory32yinf1ly0.us-east-1.aws.endpoints.huggingface.cloud +``` + + + + +```shell +$ litellm --model huggingface/ --api_base http://0.0.0.0:8001 +``` +