Skip to content

Commit

Permalink
added new gpt model (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
axbuglak authored Aug 25, 2024
1 parent a7dc144 commit 9ec3c56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/openai/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const models = {
'gpt-4-turbo-2024-04-09': { prices: { prompt: 10.0, completion: 30.0 } },
'gpt-4-1106-preview': { prices: { prompt: 10.0, completion: 30.0 } },
'gpt-3.5-turbo-0125': { prices: { prompt: 0.5, completion: 1.5 } },
'gpt-4o-mini': { prices: { prompt: 0.15, completion: 0.6 } },
},
//...No models in Tiktoken
embedding: {
Expand Down

0 comments on commit 9ec3c56

Please sign in to comment.