fix: disable responses ID security for Codex CLI compatibility

Added disable_responses_id_security setting to allow Codex CLI to access
the /responses endpoint without 401 errors. This removes the encryption
requirement on response IDs while maintaining API key authentication.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-09 19:00:55 +01:00
parent db69b30d06
commit ce6c60d8e0

View File

@@ -27,3 +27,6 @@ model_list:
litellm_settings:
drop_params: true
set_verbose: true
general_settings:
disable_responses_id_security: true