From 737abbb0c1341439307d2ffe3ff6db1914e6e6ae Mon Sep 17 00:00:00 2001 From: estill01 Date: Sun, 3 Dec 2023 05:37:57 +0000 Subject: [PATCH] fix --- litellm/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/main.py b/litellm/main.py index ec5a8ce1c01..977f156ca3f 100644 --- a/litellm/main.py +++ b/litellm/main.py @@ -101,7 +101,7 @@ class Chat(): class Completions(): - def __init__(self, model, params): + def __init__(self, params): self.params = params def create(self, messages, model=None, **kwargs):