5da6a0147c
showing how to use huggingface models
2023-09-05 16:23:22 -07:00
ca50724952
adding details on calling azure
2023-09-05 15:19:56 -07:00
314d13e25f
Fixed incorrect usage for Azure OpenAI API
2023-08-28 16:13:26 +03:00
16150e9c84
update litellm
2023-08-23 09:19:15 +03:00
53108a9b20
Merge branch 'main' into main
2023-08-23 09:16:00 +03:00
dcad490513
adding huggingface inference support + litellm debugger
2023-08-21 15:31:51 -07:00
fb9335f424
extended improve
2023-08-21 18:17:34 +03:00
95b6abef09
Merge branch 'main' into zmeir-fallback_deployments
2023-08-08 11:00:13 +03:00
7f1849a867
Logging
2023-08-07 22:42:53 +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
8f751f7371
Default timeout for AI is now 180s, configurable
2023-08-07 13:26:28 +03:00
0f975ccf4a
bug fixes
2023-08-05 22:50:41 -07:00
ed8554699b
bug fixes and updates
2023-08-03 16:05:46 -07:00
102edcdcf1
adding support for Anthropic, Cohere, Replicate, Azure
2023-08-03 12:04:08 -07:00
d7b77764c3
Support context aware settings (for each incoming request), support override of settings, refactor CLI to use pr_agent.py
2023-08-01 14:43:26 +03:00
2e246869d0
Retry on rate limit error on OpenAI calls
2023-07-20 15:02:34 +03:00
2f9546e144
Retry on rate limit error on OpenAI calls
2023-07-20 15:01:12 +03:00
e2a4cd6b03
docstring
2023-07-20 10:51:21 +03:00
f57d58ee7d
Typo when setting openai.api_version
2023-07-13 10:22:57 +03:00
cd1e62ec96
Add Azure OpenAI support
2023-07-12 11:53:46 +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