Skip to content

Commit

Permalink
Update sentry_relay version
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-sentry committed May 14, 2024
1 parent 39d0448 commit 318d4b9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ sentry-arroyo>=2.16.5
sentry-kafka-schemas>=0.1.81
sentry-ophio==0.2.7
sentry-redis-tools>=0.1.7
sentry-relay>=0.8.60
sentry-relay>=0.8.63
sentry-sdk==2.1.1
snuba-sdk>=2.0.33
simplejson>=3.17.6
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev-frozen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ sentry-forked-djangorestframework-stubs==3.15.0.post1
sentry-kafka-schemas==0.1.81
sentry-ophio==0.2.7
sentry-redis-tools==0.1.7
sentry-relay==0.8.60
sentry-relay==0.8.63
sentry-sdk==2.1.1
sentry-usage-accountant==0.0.10
simplejson==3.17.6
Expand Down
2 changes: 1 addition & 1 deletion requirements-frozen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ sentry-arroyo==2.16.5
sentry-kafka-schemas==0.1.81
sentry-ophio==0.2.7
sentry-redis-tools==0.1.7
sentry-relay==0.8.60
sentry-relay==0.8.63
sentry-sdk==2.1.1
sentry-usage-accountant==0.0.10
simplejson==3.17.6
Expand Down
4 changes: 2 additions & 2 deletions src/sentry/relay/config/ai_model_costs.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ def ai_model_costs_config() -> AIModelCosts:
("text-davinci-003", False, 0.02),
("text-davinci-002", True, 0.02),
("text-davinci-002", False, 0.02),
("code-davinci-0`02", True, 0.02),
("code-davinci-0`02", False, 0.02),
("code-davinci-002", True, 0.02),
("code-davinci-002", False, 0.02),
# Fine-tuned OpenAI input
("ft:babbage-002", False, 0.0016),
("ft:davinci-002", False, 0.012),
Expand Down

0 comments on commit 318d4b9

Please sign in to comment.