7a6a28d2b9
feat: add openrouter support in litellm
2025-05-07 11:54:07 +07:00
0da667d179
support Azure AD authentication for OpenAI services for litellm implemetation
2025-04-16 11:19:04 +05:30
a649e323d3
Merge pull request #1683 from wirelessr/feat/issue-1681
...
Support Bitbucket Basic Auth
2025-04-11 14:37:56 +03:00
ca95e876eb
Enhance Bitbucket provider functionality and update secret configuration template.
2025-04-08 17:52:52 +08:00
665fb90a98
Add support of xAI and their Grok-2 model
...
Close #1630
2025-04-08 01:36:21 +08:00
6610921bba
cleanup
2025-03-20 21:49:19 +02:00
4f2551e0a6
feat: add DeepInfra support
2025-03-06 15:49:07 +07:00
5ed260d885
Add deepseek configuration block
2025-01-17 11:43:20 +07:00
81dea65856
Format files by pre-commit run -a
...
Signed-off-by: Yu Ishikawa <yu-iskw@users.noreply.github.com >
2024-10-30 10:00:36 +09:00
7186bf4bb3
Merge pull request #1313 from yu-iskw/support-google-ai-studio
...
Support Google AI Studio
2024-10-29 19:22:28 +02:00
cbf60ca636
revert gitlab webhook_secret; docs adjustments
2024-10-29 16:02:06 +00: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
67b46e7f30
fixed secrets file comment typo
2024-10-25 16:20:35 +01:00
68f2cec077
Gitlab docs improved; gitlab webhook secret config standadization
2024-10-25 16:17:33 +01:00
a176adb23e
Remove redundant spaces
2024-07-27 22:21:54 +07:00
68ef11a2fc
Fix invalid token name
2024-07-27 22:17:48 +07:00
41c6502190
docs: Supports litellm's Amazon Bedrock parameter syntax change
2024-07-23 16:25:26 +09:00
d457fa2b9f
Add Groq API key configuration to .secrets_template.toml
2024-04-21 15:22:40 +09:00
8fa058ff7f
add azure devops pat to secret template config
2024-02-11 18:06:56 -05:00
86d4a31eef
add docs
2024-02-11 17:02:14 -05:00
9a54be5414
add webhook support
2024-02-11 16:52:49 -05:00
7a5acb29ac
feat: Improved server, security and commands
...
Signed-off-by: Luca Simone <info@lucasimone.info >
2023-12-17 17:38:27 +01:00
1373ca23fc
support Amazon Bedrock
2023-11-28 20:58:42 +09:00
557ec72bfe
Update documentation for Vertex AI
2023-11-15 10:27:48 +00:00
29a8cf8357
fix typo for ollama
2023-10-31 20:38:27 +07:00
98d0835c48
Merge remote-tracking branch 'origin/main' into fix_bitbucket_publish_description
2023-09-10 14:08:17 +03:00
2aef9dfe55
Merge remote-tracking branch 'origin/main' into fix_bitbucket_publish_description
2023-09-10 14:06:54 +03:00
115b513c9b
Remove 'bitbucket' explicit dependency anywhere that's not in bitbucket_provider.py
2023-09-10 14:06:13 +03:00
d40285e4d3
Merge branch 'main' into tr/litellm_debugger
2023-09-10 13:40:35 +03:00
517658fb37
Merge pull request #282 from Codium-ai/tr/issue_tool
...
Adding Similar Issue Tool and Pinecone Integration
2023-09-10 13:39:34 +03:00
6382b8a68b
LITELLM_TOKEN
2023-09-10 13:28:56 +03:00
1b098aea13
adding documentation on how to call local hf models
2023-09-08 09:59:44 -07:00
b23a4c0535
Merge remote-tracking branch 'origin/main' into tr/issue_tool
...
# Conflicts:
# requirements.txt
2023-09-07 12:30:16 +03:00
8af8fd8e5d
github action
2023-09-06 17:43:43 +03:00
5da6a0147c
showing how to use huggingface models
2023-09-05 16:23:22 -07:00
edcf89a456
Improve comment
2023-08-13 10:56:16 +03:00
6c4a5bae52
Support fallback deployments to accompany fallback models
...
This is useful for example in Azure OpenAI deployments where you have a different deployment per model, so the current fallback implementation doesn't work (still uses the same deployment for each fallback attempt)
2023-08-07 16:18:48 +03:00
703215fe83
updating secrets template
2023-08-05 22:53:59 -07:00
ed8554699b
bug fixes and updates
2023-08-03 16:05:46 -07:00
0a4a604c28
Adding handler for Bitbucket Cloud users
2023-07-15 21:29:36 +03:00
cd1e62ec96
Add Azure OpenAI support
2023-07-12 11:53:46 +03:00
b2d952cafa
1. Move deployment_type to configuration.toml
...
2. Lint
3. Inject GitHub app installation ID into GitHub provider using the settings mechanism.
2023-07-11 16:55:09 +03:00
6eacf4791d
Merge remote-tracking branch 'origin/main' into feature/gitlab_provider
2023-07-11 15:49:06 +03:00
38db65831e
Fix secrets filename extension in README
2023-07-11 15:01:52 +03:00
ca47833c56
Merge remote-tracking branch 'refs/remotes/origin/feature/gitlab_provider' into feature/gitlab_provider
2023-07-08 17:19:54 +03:00
567475c18c
Update pr_agent/settings/.secrets_template.toml
...
Co-authored-by: Sergii Kovalev <enasik@gmail.com >
2023-07-08 15:29:05 +03:00
75167c2700
add polling
2023-07-08 08:52:11 +03:00
ed8cf27b05
working example
2023-07-07 15:02:40 +03:00
b94734e69a
Add support for OpenAI organization in the secrets file
2023-07-06 09:52:01 +03:00
4b4d91dfe9
Initial commit - PR-Agent OSS release
2023-07-06 00:21:08 +03:00