File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -194,8 +194,12 @@ const OpenAIPricing: { [key: string]: Pricing } = {
194
194
output : 0.002 ,
195
195
} ,
196
196
'gpt-3.5-turbo' : {
197
- input : 0.003 ,
198
- output : 0.006 ,
197
+ input : 0.0005 ,
198
+ output : 0.0015 ,
199
+ } ,
200
+ 'gpt-3.5-turbo-0125' : {
201
+ input : 0.0005 ,
202
+ output : 0.0015 ,
199
203
} ,
200
204
'gpt-3.5-turbo-0301' : {
201
205
input : 0.0015 ,
@@ -221,6 +225,10 @@ const OpenAIPricing: { [key: string]: Pricing } = {
221
225
input : 0.03 ,
222
226
output : 0.06 ,
223
227
} ,
228
+ 'gpt-4-0125-preview' : {
229
+ input : 0.01 ,
230
+ output : 0.03 ,
231
+ } ,
224
232
'gpt-4-0314' : {
225
233
input : 0.03 ,
226
234
output : 0.06 ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " openlayer" ,
3
- "version" : " 0.1.25 " ,
3
+ "version" : " 0.1.26 " ,
4
4
"description" : " The Openlayer TypeScript client" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments