fix: nano banana pro 4k(StreamScannerMaxBufferMB env)

This commit is contained in:
Seefs
2025-11-30 16:08:25 +08:00
parent 590745b846
commit 2520c8b25d
7 changed files with 27 additions and 14 deletions

View File

@@ -303,6 +303,7 @@ docker run --name new-api -d --restart always \
| `SQL_DSN` | Database connection string | - |
| `REDIS_CONN_STRING` | Redis connection string | - |
| `STREAMING_TIMEOUT` | Streaming timeout (seconds) | `300` |
| `STREAM_SCANNER_MAX_BUFFER_MB` | Max per-line buffer (MB) for the stream scanner; increase when upstream sends huge image/base64 payloads | `64` |
| `AZURE_DEFAULT_API_VERSION` | Azure API version | `2025-04-01-preview` |
| `ERROR_LOG_ENABLED` | Error log switch | `false` |