We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 330157e commit bcb672bCopy full SHA for bcb672b
1 file changed
src/together/types/common.py
@@ -26,6 +26,7 @@ class UsageData(BaseModel):
26
27
28
class ObjectType(str, Enum):
29
+ TextCompletion = "text_completion"
30
Completion = "text.completion"
31
CompletionChunk = "completion.chunk"
32
ChatCompletion = "chat.completion"
0 commit comments