We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86aae1e commit a6070dcCopy full SHA for a6070dc
src/providers/bytez/api.ts
@@ -9,7 +9,7 @@ const BytezInferenceAPI: ProviderAPIConfig = {
9
const headers: Record<string, string> = {};
10
11
headers['Authorization'] = `Key ${apiKey}`;
12
- headers['user-agent'] = `portkey-${version}`;
+ headers['user-agent'] = `portkey/${version}`;
13
14
return headers;
15
},
0 commit comments