mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 19:00:13 +01:00
🎯 feat(config): Custom Endpoint Request Headers (#1588)
This commit is contained in:
parent
ab3339210a
commit
7e2e19a134
4 changed files with 25 additions and 1 deletions
|
|
@ -23,6 +23,7 @@ export const endpointSchema = z.object({
|
|||
summaryModel: z.string().optional(),
|
||||
forcePrompt: z.boolean().optional(),
|
||||
modelDisplayLabel: z.string().optional(),
|
||||
headers: z.record(z.any()).optional(),
|
||||
});
|
||||
|
||||
export const configSchema = z.object({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue