From 07a20356516cf2eedddb2a4c22147fa9b32f6b93 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 4 Dec 2023 13:26:55 -0800 Subject: [PATCH] (chore) rm old config examples --- .../example_config_yaml/azure_config_with_tpm.yaml | 13 ------------- .../proxy/example_config_yaml/hosted_litellm.yaml | 8 -------- litellm/proxy/example_config_yaml/queue.yaml | 11 ----------- 3 files changed, 32 deletions(-) delete mode 100644 litellm/proxy/example_config_yaml/azure_config_with_tpm.yaml delete mode 100644 litellm/proxy/example_config_yaml/hosted_litellm.yaml delete mode 100644 litellm/proxy/example_config_yaml/queue.yaml diff --git a/litellm/proxy/example_config_yaml/azure_config_with_tpm.yaml b/litellm/proxy/example_config_yaml/azure_config_with_tpm.yaml deleted file mode 100644 index c1e3e0506e..0000000000 --- a/litellm/proxy/example_config_yaml/azure_config_with_tpm.yaml +++ /dev/null @@ -1,13 +0,0 @@ -model_list: - - model_name: gpt-3.5-turbo - litellm_params: - model: azure/gpt-35-1 - api_base: https://my-endpoint-canada-berri992.openai.azure.com/ - api_key: 73g - tpm: 80_000 - - model_name: gpt-3.5-turbo - litellm_params: - model: azure/gpt-35-2 - api_base: https://my-endpoint-europe-berri-992.openai.azure.com/ - api_key: 9kj - tpm: 80_000 \ No newline at end of file diff --git a/litellm/proxy/example_config_yaml/hosted_litellm.yaml b/litellm/proxy/example_config_yaml/hosted_litellm.yaml deleted file mode 100644 index 1ede818301..0000000000 --- a/litellm/proxy/example_config_yaml/hosted_litellm.yaml +++ /dev/null @@ -1,8 +0,0 @@ - -litellm_settings: - set_verbose: True - -general_settings: - master_key: sk-hosted-litellm - use_queue: True - database_url: " # [OPTIONAL] use for token-based auth to proxy diff --git a/litellm/proxy/example_config_yaml/queue.yaml b/litellm/proxy/example_config_yaml/queue.yaml deleted file mode 100644 index 897586669a..0000000000 --- a/litellm/proxy/example_config_yaml/queue.yaml +++ /dev/null @@ -1,11 +0,0 @@ -model_list: - - model_name: gpt-3.5-turbo - litellm_params: - model: gpt-3.5-turbo - api_key: - - model_name: gpt-3.5-turbo - litellm_params: - model: azure/chatgpt-v-2 # actual model name - api_key: - api_version: 2023-07-01-preview - api_base: https://openai-gpt-4-test-v-1.openai.azure.com/ \ No newline at end of file