Spaces:
Runtime error
Runtime error
| # Configuration version (required) | |
| version: 1.2.8 | |
| # Cache settings: Set to true to enable caching | |
| cache: true | |
| fileConfig: | |
| endpoints: | |
| # OpenAI (gpt-4o, gpt-4-turbo λ±)λ₯Ό μν μ€μ | |
| openAI: | |
| fileLimit: 10 | |
| fileSizeLimit: 25 | |
| totalSizeLimit: 100 | |
| supportedMimeTypes: | |
| - ".*" | |
| # Anthropic (Claude 3 Opus, Sonnet λ±)μ μν μ€μ | |
| anthropic: | |
| fileLimit: 10 | |
| fileSizeLimit: 25 # λ¨μ: MB | |
| totalSizeLimit: 100 | |
| supportedMimeTypes: | |
| - ".*" # μ κ·μ: λͺ¨λ νμΌ νμ νμ© | |
| # Google (Gemini Pro λ±)μ μν μ€μ | |
| google: | |
| fileLimit: 10 | |
| fileSizeLimit: 25 | |
| totalSizeLimit: 100 | |
| supportedMimeTypes: | |
| - ".*" # μ κ·μ: λͺ¨λ νμΌ νμ νμ© | |
| # μμμ μ§μ λμ§ μμ λͺ¨λ μλν¬μΈνΈμ λν κΈ°λ³Έ μ€μ | |
| default: | |
| fileLimit: 5 | |
| fileSizeLimit: 20 | |
| totalSizeLimit: 50 | |
| supportedMimeTypes: | |
| - ".*" | |
| # Definition of custom endpoints | |
| endpoints: | |
| openAI: | |
| userProvided: true | |
| fetch: true | |
| tools: ["GoogleSearch"] | |
| models: | |
| default: ["gpt-5-mini"] | |
| # λ°λμ μλμ κ°μ΄ λ¨μ λ¬Έμμ΄ λ¦¬μ€νΈ(Array) ννμ¬μΌ ν©λλ€. | |
| fetch: | |
| - "gpt-5" | |
| - "gpt-5-chat-latest" | |
| - "gpt-5-mini" | |
| - "gpt-5-nano" | |
| - "o3" | |
| - "o3-pro" | |
| - "o3-mini" | |
| - "o3-deep-research" | |
| - "o4-mini" | |
| - "o4-mini-deep-research" | |
| - "gpt-5-codex" | |
| - "codex-mini-latest" | |
| anthropic: | |
| userProvided: true | |
| fetch: true | |
| tools: ["GoogleSearch"] | |
| headers: | |
| anthropic-version: '2023-06-01' | |
| models: | |
| default: ["claude-opus-4-5-20251101"] | |
| fetch: | |
| - "claude-sonnet-4-5-20250929" | |
| - "claude-opus-4-5-20251101" | |
| - "claude-haiku-4-5-20251001" | |
| google: | |
| userProvided: true | |
| fetch: true | |
| web_search: true | |
| tools: ["GoogleSearch"] | |
| models: | |
| default: ["gemini-2.5-flash"] | |
| fetch: | |
| - "gemini-2.5-pro" | |
| - "gemini-2.5-flash" | |
| - "gemini-2.5-flash-lite" | |
| # See the Custom Configuration Guide for more information: | |
| # https://docs.librechat.ai/install/configuration/custom_config.html |