From d0891579258023751f774ea61cb7c6005351abb8 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 30 Dec 2023 13:38:24 +0530 Subject: [PATCH] build(model_prices_and_context_window.json): fix text unicorn mapping --- 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 ae1b60752..f3005759c 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -279,14 +279,14 @@ "max_tokens": 8192, "input_cost_per_token": 0.00001, "output_cost_per_token": 0.000028, - "litellm_provider": "vertex_ai-chat-models", + "litellm_provider": "vertex_ai-text-models", "mode": "completion" }, "text-unicorn@001": { "max_tokens": 8192, "input_cost_per_token": 0.00001, "output_cost_per_token": 0.000028, - "litellm_provider": "vertex_ai-chat-models", + "litellm_provider": "vertex_ai-text-models", "mode": "completion" }, "chat-bison": {