gpt4free/etc
kqlio67 2e13110e37 feat: enhance commit tool with advanced options and error handling
- Added command-line argument parsing with options for model selection, editing, and no-commit mode
- Implemented fallback mechanism with multiple AI models if the primary model fails
- Added spinner display to indicate progress during API calls
- Created functions to filter sensitive data from diffs before sending to API
- Added diff truncation capabilities for handling large changesets
- Implemented commit message editing in user's configured editor
- Added model listing functionality to show available AI options
- Enhanced error handling with retries and better error reporting
- Added keyboard interrupt handling for graceful termination
- Improved type annotations throughout the codebase
- Added constants for configuration parameters like retry delay and max diff size
2025-04-04 14:47:01 +03:00
..
examples Set default model in HuggingFaceMedia 2025-03-26 01:32:05 +01:00
testing refactor(test): simplify model test cases to core options 2024-09-06 17:43:42 +03:00
tool feat: enhance commit tool with advanced options and error handling 2025-04-04 14:47:01 +03:00
unittest Add audio transcribing example and support 2025-03-21 03:17:45 +01:00