Skip to content

Commit

Permalink
adding fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
beingkk committed Jan 15, 2024
1 parent edc019a commit 4b9a7c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,3 @@ repos:
--format,
custom,
]
stages: [commit]
1 change: 1 addition & 0 deletions signals_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ def transform_message(m: Union[MessageTemplate, dict]) -> dict:
)
* 0.01
/ 1000
* 1
)
cost_output = (
TokenCounter._count_tokens_from_messages(
Expand Down

0 comments on commit 4b9a7c3

Please sign in to comment.