Skip to content

Commit

Permalink
Add gpt-4-turbo-2024-04-09 to costs (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii authored Apr 24, 2024
1 parent 10870b5 commit 46c0a82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions prediction_market_agent_tooling/benchmark/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ def get_llm_api_call_cost(
"prompt_tokens": 0.01,
"completion_tokens": 0.03,
},
"gpt-4-turbo-2024-04-09": {
"prompt_tokens": 0.01,
"completion_tokens": 0.03,
},
"gpt-3.5-turbo-0125": {
"prompt_tokens": 0.0005,
"completion_tokens": 0.0015,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "prediction-market-agent-tooling"
version = "0.15.0"
version = "0.15.1"
description = "Tools to benchmark, deploy and monitor prediction market agents."
authors = ["Gnosis"]
readme = "README.md"
Expand Down

0 comments on commit 46c0a82

Please sign in to comment.