Skip to content

Commit 1223e32

Browse files
committed
Update headers comment description
1 parent e29fe1c commit 1223e32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4802,7 +4802,7 @@ export interface CustomLLMModel {
48024802
/** These is the URL we'll use for the OpenAI client's `baseURL`. Ex. https://openrouter.ai/api/v1 */
48034803
url: string;
48044804
/**
4805-
* Custom headers to send with requests to the custom LLM endpoint. These headers can override default OpenAI headers except Authorization.
4805+
* Custom headers to send with requests to the custom LLM endpoint.
48064806
*/
48074807
headers?: Record<string, string>;
48084808
/**

0 commit comments

Comments
 (0)