a24b06b253
feat: support Claude 3.7 Sonnet
2025-02-25 12:58:20 +09:00
91bf3c0749
openai version
2024-12-02 09:23:51 +02:00
7d1b6c2f0a
Upgrade litellm to v1.52.12 to support model gpt-4o-2024-11-20
2024-11-21 22:12:01 +07:00
04496f9b0e
Update tiktoken to v0.8.0
2024-11-06 08:07:44 +07:00
0eacb3e35e
Update openai to v1.54.1
2024-11-06 08:07:19 +07:00
c5ed2f040a
Update litellm to v1..52.0
2024-11-06 07:56:30 +07:00
c394fc2767
Upgrade anthropic version to 0.39.0
2024-11-06 07:55:19 +07:00
84c1c1b1ca
Add certifi==2024.8.30 to requirements.txt
2024-10-31 11:12:35 +02:00
db062e3e35
Support Google AI Studio
...
Signed-off-by: Yu Ishikawa <yu-iskw@users.noreply.github.com >
2024-10-29 08:00:16 +09:00
9786499fa6
Refactor PR help message tool to use full documentation content for answering questions and update relevant section handling in prompts
2024-10-24 22:01:40 +03:00
a957554262
Update anthropic to v0.37.1
2024-10-23 07:44:58 +07:00
d491a942cc
Update openai to v1.52.1
2024-10-23 07:20:35 +07:00
6c55a2720a
Update litellm to v1.50.2 to support all new added models
2024-10-23 07:12:39 +07:00
4b74506107
Add PR help message functionality and update dependencies
...
- Implement PRHelpMessage class to provide AI-powered assistance for pull requests.
- Add methods for similarity search using local, S3, and Pinecone databases.
- Update `requirements.txt` to include new dependencies for langchain and chromadb.
- Modify `configuration.toml` to include `force_local_db` setting for PR help.
- Update `aiohttp` and `openai` package versions.
2024-09-21 16:22:51 +03:00
8706f643ef
enable ai_metadata
2024-09-08 16:26:26 +03:00
4e26c02b01
update litellm lib
2024-08-15 08:25:51 +02:00
0722af4702
update openai lib
2024-08-13 09:53:11 +02:00
99e99345b2
update litellm library
2024-08-13 09:44:08 +02:00
b370cb6ae7
Merge pull request #1102 from MarkRx/feature/langchain-azure-fix
...
Fix LangChainOpenAIHandler for Azure
2024-08-08 19:37:26 +03:00
4201779ce2
Fix LangChainOpenAIHandler for Azure
2024-08-08 09:55:18 -04:00
96d3f3cc0b
s
2024-08-06 11:20:37 +03:00
346ea8fbae
update dependencies to fix various high/critical security vulnerabilities
2024-07-31 15:04:43 -07:00
b12554ee84
Update requirements.txt
2024-06-20 18:11:43 +03:00
29bc0890ab
Update requirements.txt
2024-06-20 18:09:39 +03:00
5fd7ca7d02
Update requirements.txt
2024-06-20 18:01:26 +03:00
41ffa8df51
Update requirements.txt
2024-06-20 17:45:47 +03:00
663604daa5
Support running GitHub App using gunicorn, adjust Dockerfile accordingly
2024-06-18 20:15:48 +03:00
a1fb9aac29
Merge pull request #967 from yamitzky/main
...
Fix ModuleNotFoundError of Vertex AI
2024-06-15 19:51:23 +03:00
33d8b51abd
Fix problem of vertex ai
2024-06-13 22:17:12 +09:00
b0f9b96c75
Support models: Anthropic Calude 3 on Vertex AI
2024-06-13 14:34:14 +09:00
9dd2520dbd
Update tiktoken to 0.7.0
2024-05-14 08:21:41 +07:00
0816370b1a
adjustments to pypi
2024-03-22 21:36:22 +02:00
3bae515e39
add claude-3-haiku
2024-03-14 16:58:44 +09:00
3f66a1f0c9
update litellm
2024-03-13 11:10:19 +09:00
0690f2bbfd
Refactor litellm_ai_handler.py and update requirements.txt
...
- Replace retry library with tenacity for better exception handling
- Add verbosity level checks for logging prompts and AI responses
- Add support for HuggingFace API base and repetition penalty in chat completion
- Update requirements.txt with tenacity library
2024-03-06 12:13:54 +02:00
1c856a7d41
upgrade litellm
2024-03-06 08:06:59 +02:00
3770704db7
reset commit
2024-02-19 08:35:45 -05:00
2112defa51
lancedb bump
2024-02-01 08:44:23 +02:00
60e79f0134
feat: Update atlassian-python-api version in requirements.txt
2024-01-07 18:08:11 +02:00
d8d954bb0f
lancedb integration
2023-12-25 00:38:24 +05:30
38ea9143f3
Make LangChain dependency optional in pr-agent and update requirements.txt
2023-12-14 09:05:53 +02:00
557b39ec87
Merge branch 'base-ai-handler' into abstract-BaseAiHandler
2023-12-14 07:44:13 +08:00
506eafc0c5
add langchain in requirement
2023-12-12 23:04:01 +08:00
71b421efa3
Updated requirements.txt for Python 3.12
2023-12-03 21:54:19 -05:00
96b91c9daa
feat: Add dynaconf to requirements.txt
2023-11-30 18:29:27 +02:00
4a71259be7
Update requirements.txt
2023-11-29 15:47:53 +01: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
c324d88be3
Refactor logging system to use custom logger across the codebase
2023-10-16 14:56:00 +03:00
d40285e4d3
Merge branch 'main' into tr/litellm_debugger
2023-09-10 13:40:35 +03:00