@@ -42,6 +42,7 @@ describe("llm", () => {
42
42
"upstash-forward-authorization" : null ,
43
43
"upstash-callback" : callback ,
44
44
"upstash-method" : "POST" ,
45
+ "content-type" : "application/json" ,
45
46
} ,
46
47
} ,
47
48
} ) ;
@@ -77,6 +78,7 @@ describe("llm", () => {
77
78
"upstash-forward-helicone-auth" : `Bearer ${ analyticsToken } ` ,
78
79
"upstash-callback" : callback ,
79
80
"upstash-method" : "POST" ,
81
+ "content-type" : "application/json" ,
80
82
} ,
81
83
} ,
82
84
} ) ;
@@ -110,6 +112,7 @@ describe("llm", () => {
110
112
"upstash-forward-authorization" : `Bearer ${ llmToken } ` ,
111
113
"upstash-callback" : callback ,
112
114
"upstash-method" : "POST" ,
115
+ "content-type" : "application/json" ,
113
116
} ,
114
117
} ,
115
118
} ) ;
@@ -146,6 +149,7 @@ describe("llm", () => {
146
149
"upstash-forward-helicone-target-url" : "https://api.openai.com" ,
147
150
"upstash-callback" : callback ,
148
151
"upstash-method" : "POST" ,
152
+ "content-type" : "application/json" ,
149
153
} ,
150
154
} ,
151
155
} ) ;
@@ -179,6 +183,7 @@ describe("llm", () => {
179
183
"upstash-forward-x-api-key" : llmToken ,
180
184
"upstash-callback" : callback ,
181
185
"upstash-method" : "POST" ,
186
+ "content-type" : "application/json" ,
182
187
} ,
183
188
} ,
184
189
} ) ;
@@ -215,6 +220,7 @@ describe("llm", () => {
215
220
"upstash-forward-helicone-target-url" : "https://api.anthropic.com" ,
216
221
"upstash-callback" : callback ,
217
222
"upstash-method" : "POST" ,
223
+ "content-type" : "application/json" ,
218
224
} ,
219
225
} ,
220
226
} ) ;
@@ -248,6 +254,7 @@ describe("llm", () => {
248
254
"upstash-forward-authorization" : `Bearer ${ llmToken } ` ,
249
255
"upstash-callback" : callback ,
250
256
"upstash-method" : "POST" ,
257
+ "content-type" : "application/json" ,
251
258
} ,
252
259
} ,
253
260
} ) ;
@@ -284,6 +291,7 @@ describe("llm", () => {
284
291
"upstash-forward-helicone-target-url" : customBaseUrl ,
285
292
"upstash-callback" : callback ,
286
293
"upstash-method" : "POST" ,
294
+ "content-type" : "application/json" ,
287
295
} ,
288
296
} ,
289
297
} ) ;
0 commit comments