pr-agent/pr_agent
Kamakura b4f0ad948f Update Python code formatting, configuration loading, and local model additions
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.
2024-06-03 23:58:31 +08:00
..
agent Update Python code formatting, configuration loading, and local model additions 2024-06-03 23:58:31 +08:00
algo Update Python code formatting, configuration loading, and local model additions 2024-06-03 23:58:31 +08:00
git_providers Merge branch 'main' into feature/valid-file-filter-log 2024-05-31 09:10:50 -04:00
identity_providers Identity provider 2024-02-26 18:31:12 +02:00
log Add analytics logging 2024-02-26 16:15:23 +02:00
secret_providers protections for 'get_secret_provider' 2024-02-01 08:31:11 +02:00
servers Merge remote-tracking branch 'origin/main' into ok/gitlab_fix 2024-06-03 14:15:46 +03:00
settings Add PR evaluation prompt and link to fine-tuning benchmark documentation 2024-06-03 11:35:39 +03:00
tools Update Python code formatting, configuration loading, and local model additions 2024-06-03 23:58:31 +08:00
__init__.py Initial commit - PR-Agent OSS release 2023-07-06 00:21:08 +03:00
cli.py Update Python code formatting, configuration loading, and local model additions 2024-06-03 23:58:31 +08:00
cli_pip.py adjustments to pypi 2024-03-23 16:16:32 +02:00
config_loader.py Update Python code formatting, configuration loading, and local model additions 2024-06-03 23:58:31 +08:00