From db58a2412d972d4c0469e8da0b497f72dcf92005 Mon Sep 17 00:00:00 2001 From: Toni Engelhardt Date: Fri, 16 Feb 2024 18:04:37 +0000 Subject: [PATCH] Update NLP Cloud max_tokens --- 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 8778aa36089..75d0ba55f33 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -964,14 +964,14 @@ "mode": "completion" }, "dolphin": { - "max_tokens": 4096, + "max_tokens": 16384, "input_cost_per_token": 0.0000005, "output_cost_per_token": 0.0000005, "litellm_provider": "nlp_cloud", "mode": "completion" }, "chatdolphin": { - "max_tokens": 4096, + "max_tokens": 16384, "input_cost_per_token": 0.0000005, "output_cost_per_token": 0.0000005, "litellm_provider": "nlp_cloud",