Skip to content

Commit

Permalink
fixed type error and removed node package files
Browse files Browse the repository at this point in the history
  • Loading branch information
SaarthShah committed Jun 23, 2023
1 parent 1fb2dcf commit 0616d00
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions deepgram/_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class PrerecordedOptions(TranscriptionOptions, total=False):
utterances: bool
utt_split: float
detect_entities: bool
summarize: Union[int, str]
summarize: Union[bool, str]
paragraphs: bool
detect_language: bool
detect_topics: bool
Expand Down Expand Up @@ -370,7 +370,7 @@ class UsageOptions(TypedDict, total=False):
alternatives: bool
numerals: bool
detect_entities: bool
summarize: Union[int, str]
summarize: Union[bool, str]
paragraphs: bool
detect_language: bool
detect_topics: bool
Expand Down
6 changes: 0 additions & 6 deletions package-lock.json

This file was deleted.

1 change: 0 additions & 1 deletion package.json

This file was deleted.

0 comments on commit 0616d00

Please sign in to comment.