From 54c57450ab67c482fa1609fe33cf92ecfbe4f516 Mon Sep 17 00:00:00 2001 From: Kade Heckel <51248168+kmheckel@users.noreply.github.com> Date: Thu, 9 May 2024 16:03:22 +0100 Subject: [PATCH] Update model_prices_and_context_window.json fixed typo with ollama/llama3 token cost (now set to 0) --- model_prices_and_context_window.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index d9dc82d54aa..a3a13ed810a 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -2753,8 +2753,8 @@ "max_tokens": 8192, "max_input_tokens": 8192, "max_output_tokens": 8192, - "input_cost_per_token": 0.00000010, - "output_cost_per_token": 0.00000010, + "input_cost_per_token": 0.0, + "output_cost_per_token": 0.0, "litellm_provider": "ollama", "mode": "chat" },