From 6638d44e7c133b43f092a6480696dc14491bb279 Mon Sep 17 00:00:00 2001 From: Sam Frampton <40734207+sam-frampton@users.noreply.github.com> Date: Thu, 14 Dec 2023 06:40:45 +0000 Subject: [PATCH] update default Cohere model (#194) --- keybert/llm/_cohere.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keybert/llm/_cohere.py b/keybert/llm/_cohere.py index fdf0d3d6..6a5dd5bf 100644 --- a/keybert/llm/_cohere.py +++ b/keybert/llm/_cohere.py @@ -82,7 +82,7 @@ class Cohere(BaseLLM): """ def __init__(self, client, - model: str = "xlarge", + model: str = "command", prompt: str = None, delay_in_seconds: float = None, verbose: bool = False