Skip to content

Commit 82591b3

Browse files
committed
chore: remove unused var
1 parent 28e7f23 commit 82591b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/openai/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { ProviderAPIConfig } from '../types';
22

33
const OpenAIAPIConfig: ProviderAPIConfig = {
4-
getBaseURL: ({ providerOptions }) => {
4+
getBaseURL: () => {
55
return 'https://api.openai.com/v1';
66
},
77
headers: ({ providerOptions, fn }) => {

0 commit comments

Comments
 (0)