forked from phoenix/litellm-mirror
(feat) add text_completion, atext_completion CallTypes
This commit is contained in:
parent
9a19c7c599
commit
4cc59d21d0
1 changed files with 3 additions and 1 deletions
|
@ -691,9 +691,11 @@ from enum import Enum
|
|||
|
||||
class CallTypes(Enum):
|
||||
embedding = "embedding"
|
||||
aembedding = "aembedding"
|
||||
completion = "completion"
|
||||
acompletion = "acompletion"
|
||||
aembedding = "aembedding"
|
||||
atext_completion = "atext_completion"
|
||||
text_completion = "text_completion"
|
||||
image_generation = "image_generation"
|
||||
aimage_generation = "aimage_generation"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue