Skip to content

Commit e1eb4c3

Browse files
authored
Update local_cost.py (#59)
1 parent e01a903 commit e1eb4c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/agenteval/local_cost.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,7 @@
2929
"Qwen3-8B-SciQA-SFT": CostPerToken(
3030
input_cost_per_token=1.8e-07, output_cost_per_token=7e-07
3131
),
32+
"akariasai/os_8b": CostPerToken(
33+
input_cost_per_token=1.8e-07, output_cost_per_token=1.8e-07
34+
),
3235
}

0 commit comments

Comments
 (0)