mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 19:05:18 +00:00
1. Code Formatting: - Standardized Python code formatting across multiple files to align with PEP 8 guidelines. This includes adjustments to whitespace, line breaks, and inline comments. 2. Configuration Loader Enhancements: - Enhanced the `get_settings` function in `config_loader.py` to provide more robust handling of settings retrieval. Added detailed documentation to improve code maintainability and clarity. 3. Model Addition in __init__.py: - Added a new model "ollama/llama3" with a token limit to the MAX_TOKENS dictionary in `__init__.py` to support new AI capabilities and configurations. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| pr_add_docs.py | ||
| pr_code_suggestions.py | ||
| pr_config.py | ||
| pr_description.py | ||
| pr_generate_labels.py | ||
| pr_help_message.py | ||
| pr_information_from_user.py | ||
| pr_line_questions.py | ||
| pr_questions.py | ||
| pr_reviewer.py | ||
| pr_similar_issue.py | ||
| pr_update_changelog.py | ||