Skip to content

Commit

Permalink
Fixed the incorrect indentation in the example configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
RedwindA authored Jun 6, 2024
1 parent 5865d65 commit d4638ae
Showing 1 changed file with 13 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,26 @@ There are 3 main fields under `fileConfig`:

```yaml filename="fileConfig"
fileConfig:
endpoints:
endpoints:
assistants:
fileLimit: 5
fileSizeLimit: 10
totalSizeLimit: 50
supportedMimeTypes:
fileLimit: 5
fileSizeLimit: 10
totalSizeLimit: 50
supportedMimeTypes:
- "image/.*"
- "application/pdf"
openAI:
disabled: true
disabled: true
default:
totalSizeLimit: 20
totalSizeLimit: 20
YourCustomEndpointName:
fileLimit: 5
fileSizeLimit: 1000
supportedMimeTypes:
fileLimit: 5
fileSizeLimit: 1000
supportedMimeTypes:
- "image/.*"
serverFileSizeLimit: 1000
avatarSizeLimit: 2
serverFileSizeLimit: 1000
avatarSizeLimit: 2

```

## serverFileSizeLimit
Expand Down

0 comments on commit d4638ae

Please sign in to comment.