Skip to content

Commit

Permalink
💄 style: Update deepseek model (#4674)
Browse files Browse the repository at this point in the history
* Update deepseek.ts

* Update deepseek.ts
  • Loading branch information
sxjeru authored Nov 12, 2024
1 parent 575c1ea commit 5ab2986
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/config/modelProviders/deepseek.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ const DeepSeek: ModelProviderCard = {
functionCall: true,
id: 'deepseek-chat',
pricing: {
cachedInput: 0.014,
input: 0.14,
output: 0.28,
cachedInput: 0.1,
currency: 'CNY',
input: 1,
output: 2,
},
releasedAt: '2024-09-05',
tokens: 128_000,
tokens: 64_000,
},
],
checkModel: 'deepseek-chat',
Expand Down

0 comments on commit 5ab2986

Please sign in to comment.