From 4067082f4788228cd7969cd3c8110755272ed515 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 8778aa360..75d0ba55f 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",