Krrish Dholakia
|
46d57526c4
|
fix(http_handler.py): add retry logic on httpx.remoteprotocolerror
|
2024-06-13 14:05:29 -07:00 |
|
Krrish Dholakia
|
d45db9a5a2
|
fix(http_handler.py): retry on httpx connection errors
Fixes https://github.com/BerriAI/litellm/issues/4097
|
2024-06-13 12:54:58 -07:00 |
|
Krrish Dholakia
|
35e4323095
|
refactor(main.py): only route anthropic calls through converse api
v0 scope let's move function calling to converse api
|
2024-06-07 08:47:51 -07:00 |
|
Krrish Dholakia
|
51ba5652a0
|
feat(bedrock_httpx.py): working bedrock converse api streaming
|
2024-06-06 22:13:21 -07:00 |
|
Krrish Dholakia
|
a995a0b172
|
fix(bedrock_httpx.py): working claude 3 function calling
|
2024-06-06 20:12:41 -07:00 |
|
Krrish Dholakia
|
5d3674b63d
|
fix(main.py): fix typing for image gen response
|
2024-06-04 08:29:30 -07:00 |
|
Krrish Dholakia
|
a16a1c407a
|
fix(http_handler.py): allow setting ca bundle path
|
2024-06-01 14:48:53 -07:00 |
|
Krrish Dholakia
|
f1ce7bb300
|
fix(http_handler.py): add bool check for os.getenv verif ssl value
|
2024-06-01 14:07:41 -07:00 |
|
Krrish Dholakia
|
22a0c400dd
|
fix(http_handler.py): support verify_ssl=False when using httpx client
|
2024-06-01 13:56:45 -07:00 |
|
Krrish Dholakia
|
93c3635b64
|
fix: fix streaming with httpx client
prevent overwriting streams in parallel streaming calls
|
2024-05-31 10:55:18 -07:00 |
|
Krrish Dholakia
|
324bf027f5
|
fix(anthropic.py): fix parallel streaming on anthropic.py
prevent parallel requests from cancelling each other
Fixes https://github.com/BerriAI/litellm/issues/3881
|
2024-05-28 16:29:09 -07:00 |
|
Krrish Dholakia
|
d2229dcd21
|
feat(databricks.py): adds databricks support - completion, async, streaming
Closes https://github.com/BerriAI/litellm/issues/2160
|
2024-05-23 16:29:46 -07:00 |
|
Krrish Dholakia
|
64650c0279
|
feat(bedrock_httpx.py): working bedrock command-r sync+async streaming
|
2024-05-11 19:39:51 -07:00 |
|
Krrish Dholakia
|
59c8c0adff
|
feat(bedrock_httpx.py): working cohere command r async calls
|
2024-05-11 15:04:38 -07:00 |
|
Krrish Dholakia
|
62a8bf134f
|
fix(http_handler.py): fix linting error
|
2024-04-19 15:45:24 -07:00 |
|
Josh Mandel
|
f411443e58
|
fix: Stream completion responses from anthropic. (Fix 3129)
|
2024-04-19 16:13:19 -05:00 |
|
Krrish Dholakia
|
26286a54b8
|
fix(anthropic_text.py): add support for async text completion calls
|
2024-04-15 08:15:00 -07:00 |
|
Ishaan Jaff
|
9be250c0f0
|
add exit and aenter
|
2024-04-06 19:27:26 -07:00 |
|
Ishaan Jaff
|
5c796b4365
|
async streaming anthropic
|
2024-04-06 17:53:06 -07:00 |
|
Ishaan Jaff
|
58c4b02447
|
feat - make anthropic async
|
2024-04-06 15:50:13 -07:00 |
|
Krrish Dholakia
|
1d341970ba
|
feat(vertex_ai_anthropic.py): add claude 3 on vertex ai support - working .completions call
.completions() call works
|
2024-04-02 22:07:39 -07:00 |
|
Krrish Dholakia
|
05029fdcc7
|
feat(vertex_ai_anthropic.py): Add support for claude 3 on vertex ai
|
2024-03-23 15:53:04 -07:00 |
|