Skip to content

Commit f1f0b2d

Browse files
fix(webui): fix type
1 parent 85cf663 commit f1f0b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webui/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class WebuiParams:
3434
data_format: str
3535
rpm: int
3636
tpm: int
37-
token_counter: bool
37+
token_counter: Any
3838

3939
@classmethod
4040
def from_list(cls, args):

0 commit comments

Comments
 (0)