Skip to content

Commit 4039774

Browse files
committed
Bump tokentoll action SHA pin to v0.6.1
v0.6.1 reverts the v0.6.0 special-case that silently skipped AzureChatOpenAI(deployment_name=...) calls. Those calls now flow through the standard dynamic-default path like every other unresolved model, restoring consistency with the rest of the SDK detectors. The new skip_dynamic_models config option lets projects opt out of cost estimation for dynamic models project-wide or per path.
1 parent 36f0f09 commit 4039774

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/llm-costs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
18-
- uses: Jwrede/tokentoll@ff50a35604b7858d9064cca6354b6229a94f7235 # v0.6.0
18+
- uses: Jwrede/tokentoll@753ca4d1150c74169b52a843439049b65e256d2b # v0.6.1

0 commit comments

Comments
 (0)