From 250f28b3a2c1791bb99925e433693a219587a360 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 30 Jul 2024 13:47:15 -0700 Subject: [PATCH] style(cohere.py): point to cohere_chat docs for updated doc info --- litellm/llms/cohere.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/litellm/llms/cohere.py b/litellm/llms/cohere.py index d946a8ddeef..1a5ed42785f 100644 --- a/litellm/llms/cohere.py +++ b/litellm/llms/cohere.py @@ -1,3 +1,6 @@ +#################### OLD ######################## +##### See `cohere_chat.py` for `/chat` calls #### +################################################# import json import os import time