forked from phoenix/litellm-mirror
fix
This commit is contained in:
parent
82fbbf67ca
commit
737abbb0c1
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