mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
feat(predibase.py): add support for predibase provider
Closes https://github.com/BerriAI/litellm/issues/1253
This commit is contained in:
parent
7aa3eb4178
commit
f660d21743
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