feat: disable Swagger UI in LiteLLM proxy
- Add --disable_swagger flag to LiteLLM command - Improves security by hiding API documentation interface 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -110,7 +110,8 @@ services:
|
|||||||
'--port',
|
'--port',
|
||||||
'4000',
|
'4000',
|
||||||
'--detailed_debug',
|
'--detailed_debug',
|
||||||
'--drop_params'
|
'--drop_params',
|
||||||
|
'--disable_swagger'
|
||||||
]
|
]
|
||||||
depends_on:
|
depends_on:
|
||||||
- ai_postgres
|
- ai_postgres
|
||||||
|
|||||||
Reference in New Issue
Block a user