Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
andre15silva committed Oct 16, 2024
1 parent 00b16b7 commit 18a4f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elleelleaime/export/cost/strategies/google.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class GoogleCostStrategy(CostStrategy):
"gemini-1.5-pro-002": {
"prompt": 1.25,
"completion": 5.00,
}
},
}

__COST_PER_MILLION_TOKENS_OVER_128K = {
Expand All @@ -25,7 +25,7 @@ class GoogleCostStrategy(CostStrategy):
"gemini-1.5-pro-002": {
"prompt": 2.50,
"completion": 10.00,
}
},
}

@staticmethod
Expand Down

0 comments on commit 18a4f55

Please sign in to comment.