mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix
This commit is contained in:
parent
27ebbaa8f1
commit
2b20d78ce8
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue