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 e29fe1c commit 1223e32Copy full SHA for 1223e32
1 file changed
api.ts
@@ -4802,7 +4802,7 @@ export interface CustomLLMModel {
4802
/** These is the URL we'll use for the OpenAI client's `baseURL`. Ex. https://openrouter.ai/api/v1 */
4803
url: string;
4804
/**
4805
- * Custom headers to send with requests to the custom LLM endpoint. These headers can override default OpenAI headers except Authorization.
+ * Custom headers to send with requests to the custom LLM endpoint.
4806
*/
4807
headers?: Record<string, string>;
4808
0 commit comments