Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed May 13, 2024
1 parent f82fe4d commit 4694cb4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/backend/src/utils/calcCost.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ interface ModelCost {
// OpenAI Pricing: https://openai.com/pricing
// Legacy OpenAI pricing: https://platform.openai.com/docs/deprecations/
const MODEL_COSTS: ModelCost[] = [
{
models: ["gpt-4o"],
inputCost: 0.005,
outputCost: 0.015,
},
{
models: ["ft:gpt-3.5-turbo"],
inputCost: 0.003,
Expand Down

0 comments on commit 4694cb4

Please sign in to comment.