Commit Graph

69 Commits

Author SHA1 Message Date
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
Tal
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
Tal
b12554ee84 Update requirements.txt 2024-06-20 18:11:43 +03:00
Tal
29bc0890ab Update requirements.txt 2024-06-20 18:09:39 +03:00
Tal
5fd7ca7d02 Update requirements.txt 2024-06-20 18:01:26 +03:00
Tal
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
Tal
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
f9f0f220c2 pinecone-datasets 2023-09-10 13:31:36 +03:00
bf6a235add pinecone-datasets==0.6.1 2023-09-10 13:16:05 +03:00
bd588b4509 solved dependencies 2023-09-10 08:39:03 +03:00
892dbe458e litellm client 2023-09-09 17:35:45 +03:00
6fb8a882af ordering requirements.txt 2023-09-07 12:41:31 +03:00
9889d26d3e merged main 2023-09-07 12:31:22 +03:00
b23a4c0535 Merge remote-tracking branch 'origin/main' into tr/issue_tool
# Conflicts:
#	requirements.txt
2023-09-07 12:30:16 +03:00
8321792a8d == 2023-09-06 18:12:16 +03:00
901c1dc3f0 issue tool 2023-09-06 08:43:01 +03:00