mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 10:50:14 +01:00
🧹 chore: Update Docker Docs & Make cache field Optional for Custom Config (#2211)
* docs: updating docker * fix(customConfig): make `cache` field optional as intended (though not recommended for local setups)
This commit is contained in:
parent
f55bd3d0e9
commit
5c3c28009f
2 changed files with 24 additions and 8 deletions
|
|
@ -185,7 +185,7 @@ export const rateLimitSchema = z.object({
|
|||
|
||||
export const configSchema = z.object({
|
||||
version: z.string(),
|
||||
cache: z.boolean(),
|
||||
cache: z.boolean().optional().default(true),
|
||||
interface: z
|
||||
.object({
|
||||
privacyPolicy: z
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue