Skip to content

Commit a6070dc

Browse files
committed
Update user agent string for bytez provider config.
1 parent 86aae1e commit a6070dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/bytez/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const BytezInferenceAPI: ProviderAPIConfig = {
99
const headers: Record<string, string> = {};
1010

1111
headers['Authorization'] = `Key ${apiKey}`;
12-
headers['user-agent'] = `portkey-${version}`;
12+
headers['user-agent'] = `portkey/${version}`;
1313

1414
return headers;
1515
},

0 commit comments

Comments
 (0)