From 8ce53be4987df0e6dbc3883efbbed7f8668ffe25 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 5 Nov 2024 04:04:55 +0530 Subject: [PATCH] build: fix json for model map --- litellm/model_prices_and_context_window_backup.json | 4 ++-- model_prices_and_context_window.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index 584170de8..a37a431dc 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -4469,7 +4469,7 @@ "output_cost_per_token": 0.000005, "litellm_provider": "bedrock", "mode": "chat", - "supports_function_calling": true, + "supports_function_calling": true }, "us.anthropic.claude-3-opus-20240229-v1:0": { "max_tokens": 4096, @@ -4535,7 +4535,7 @@ "output_cost_per_token": 0.000005, "litellm_provider": "bedrock", "mode": "chat", - "supports_function_calling": true, + "supports_function_calling": true }, "eu.anthropic.claude-3-opus-20240229-v1:0": { "max_tokens": 4096, diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 584170de8..a37a431dc 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -4469,7 +4469,7 @@ "output_cost_per_token": 0.000005, "litellm_provider": "bedrock", "mode": "chat", - "supports_function_calling": true, + "supports_function_calling": true }, "us.anthropic.claude-3-opus-20240229-v1:0": { "max_tokens": 4096, @@ -4535,7 +4535,7 @@ "output_cost_per_token": 0.000005, "litellm_provider": "bedrock", "mode": "chat", - "supports_function_calling": true, + "supports_function_calling": true }, "eu.anthropic.claude-3-opus-20240229-v1:0": { "max_tokens": 4096,