Skip to content

Commit

Permalink
add usage message
Browse files Browse the repository at this point in the history
  • Loading branch information
justin1121 committed Sep 26, 2023
1 parent e4a36de commit 9404351
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pycape/llms/llms.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ class WSMessageType(str, Enum):
STREAM_CHUNK = "stream_chunk"
CHAT_COMPLETIONS_REQUEST = "chat_completion_request"
COMPLETIONS_REQUEST = "completions_request"
USAGE = "usage"


class WSMessage(BaseModel):
Expand Down

0 comments on commit 9404351

Please sign in to comment.