forked from phoenix/litellm-mirror
feat(predibase.py): add support for predibase provider
Closes https://github.com/BerriAI/litellm/issues/1253
This commit is contained in:
parent
43b2050cc2
commit
186c0ec77b
6 changed files with 500 additions and 2 deletions
|
@ -369,7 +369,7 @@ class ChatCompletionMessageToolCall(OpenAIObject):
|
|||
class Message(OpenAIObject):
|
||||
def __init__(
|
||||
self,
|
||||
content="default",
|
||||
content: Optional[str] = "default",
|
||||
role="assistant",
|
||||
logprobs=None,
|
||||
function_call=None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue