Skip to content

Commit

Permalink
chore: add GPT-4o
Browse files Browse the repository at this point in the history
  • Loading branch information
astappiev committed Jul 19, 2024
1 parent 7156dcf commit 25f468b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ public class OpenaiConnector implements CompletionConnector {
"gpt-35-turbo-1106", new UsagePrice(0.001, 0.002),
"gpt-4-turbo", new UsagePrice(0.01, 0.03),
"gpt-4", new UsagePrice(0.03, 0.06),
"gpt-4-32k", new UsagePrice(0.06, 0.12)
"gpt-4-32k", new UsagePrice(0.06, 0.12),
"gpt-4o", new UsagePrice(0.005, 0.015)
);

@Override
Expand Down

0 comments on commit 25f468b

Please sign in to comment.