b4700bd7c0
Add support bedrock/anthropic.claude-3-5-sonnet-20241022-v2:0 model
2024-10-23 08:08:04 +07:00
f1d0401f82
Add model vertex_ai/claude-3-5-sonnet-v2@20241022
2024-10-23 07:11:33 +07:00
c5bd09e2c9
Add model anthropic/claude-3-5-sonnet-20241022
2024-10-23 07:10:22 +07:00
a94496285f
Add o1-preview models
2024-09-13 08:23:18 +07:00
567c144176
Add o1-mini models
2024-09-13 08:22:09 +07:00
e238a88824
Add tests for patch extension and update configuration for extra lines handling
...
- Added unit tests in `test_extend_patch.py` and `test_pr_generate_extended_diff.py` to verify patch extension functionality with extra lines.
- Updated `pr_processing.py` to include `patch_extra_lines_before` and `patch_extra_lines_after` settings.
- Modified `configuration.toml` to adjust `patch_extra_lines_before` to 4 and `max_context_tokens` to 16000.
- Enabled extra lines in `pr_code_suggestions.py`.
- Added new model `claude-3-5-sonnet` to `__init__.py`.
2024-08-11 09:21:34 +03:00
9be5cc6dec
Add support model gpt-4o-2024-08-06
2024-08-07 07:28:51 +07:00
f50832e19b
Update __init__.py
2024-07-29 08:32:34 +03:00
495e2ccb7d
Add Llama 3.1 and Mixtral 8x7B for Groq
2024-07-28 02:28:42 +09:00
581c95c4ab
Add support model gpt-4o-mini-2024-07-18
2024-07-23 07:43:47 +07:00
789c48a216
Add support model gpt-4o-mini
2024-07-23 07:41:04 +07:00
19ca7f887a
add additional google models support
2024-07-09 14:29:50 +02:00
f3c80891f8
sonnet-3.5
2024-07-04 12:23:36 +03:00
b814e4a26d
feat: Support Anthropic Calude 3.5 Sonnet on Vertex AI
2024-06-25 17:32:17 +09:00
69f6997739
remove extra space
2024-06-24 14:01:33 +02:00
8cc436cbd6
add gemini support for pr agent
2024-06-24 13:48:56 +02:00
384dfc2292
add text bison support for pr agent
2024-06-24 13:28:37 +02:00
40737c3932
add gemini support for pr agent
2024-06-24 12:08:16 +02:00
c46434ac5e
add gemini support for pr agent
2024-06-24 12:03:34 +02:00
255c2d8e94
add gemini support for pr ageny
2024-06-24 11:35:41 +02:00
a3d4d6d86f
feat: claude 3.5 sonnet support
2024-06-21 09:30:52 +01:00
b0f9b96c75
Support models: Anthropic Calude 3 on Vertex AI
2024-06-13 14:34:14 +09:00
c53c6aee7f
fix wrong provider name
2024-06-04 15:09:30 +08:00
d3a7041f0d
update alog/__init__.py
2024-06-04 00:00:22 +08:00
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
36ad8935ad
Add gpt-4o models
2024-05-14 08:24:34 +07:00
2e34436589
chore: update GPT3.5 models
2024-04-22 20:25:32 -04:00
0a53f09a7f
Add GROQ.KEY support in LiteLLMAIHandler
2024-04-21 15:21:45 +09:00
108b1afa0e
add new models
2024-04-10 14:44:38 +09:00
d064a352ad
feat(pr_agent): add support for gpt-4-turbo-preview model and update default settings
2024-03-26 14:47:05 +09:00
3bae515e39
add claude-3-haiku
2024-03-14 16:58:44 +09:00
d62796ac68
update max_tokens
2024-03-13 11:14:04 +09:00
26fb2a4164
Add support for Anthropic Claude-3 model in configuration and update Usage.md
2024-03-06 08:20:08 +02:00
d04d8b616a
moving the 'improve' command to turbo mode, with auto_extended=true
2024-02-01 09:46:04 +02:00
1373ca23fc
support Amazon Bedrock
2023-11-28 20:58:42 +09:00
6b4b16dcf9
Support Google's Vertex AI
2023-11-15 10:26:58 +00:00
a35a75eb34
get_max_tokens + added 'gpt-4-1106-preview'
2023-11-07 14:28:41 +02:00
b23a4c0535
Merge remote-tracking branch 'origin/main' into tr/issue_tool
...
# Conflicts:
# requirements.txt
2023-09-07 12:30:16 +03:00
901c1dc3f0
issue tool
2023-09-06 08:43:01 +03:00
5da6a0147c
showing how to use huggingface models
2023-09-05 16:23:22 -07:00
ed8554699b
bug fixes and updates
2023-08-03 16:05:46 -07:00
4b4d91dfe9
Initial commit - PR-Agent OSS release
2023-07-06 00:21:08 +03:00