Krrish Dholakia
|
42f326a164
|
fix(vertex_httpx.py): support json schema
|
2024-06-12 21:46:43 -07:00 |
|
Krish Dholakia
|
05e21441a6
|
Merge branch 'main' into litellm_vertex_completion_httpx
|
2024-06-12 21:19:22 -07:00 |
|
Krrish Dholakia
|
c426d75e91
|
fix(vertex_httpx.py): add function calling support to httpx route
|
2024-06-12 21:11:00 -07:00 |
|
Krrish Dholakia
|
995631bd39
|
fix(vertex_httpx.py): support async completion calls
|
2024-06-12 20:15:03 -07:00 |
|
Krrish Dholakia
|
3b913443fe
|
feat(vertex_httpx.py): Moving to call vertex ai via httpx (instead of their sdk). Allows us to support all their api updates.
|
2024-06-12 16:47:00 -07:00 |
|
Ishaan Jaff
|
37d14a5e8c
|
test_vertexai_embedding_embedding_latest
|
2024-06-12 11:00:27 -07:00 |
|
Ishaan Jaff
|
8dffc8620c
|
test test_vertexai_embedding_embedding_latest
|
2024-06-12 10:13:48 -07:00 |
|
Ishaan Jaff
|
b9f50d83c4
|
test - support vertex ai ertexai_embedding_embedding
|
2024-06-12 09:32:32 -07:00 |
|
Ishaan Jaff
|
3af2d7846e
|
add text-embedding-004
|
2024-06-12 08:31:37 -07:00 |
|
Krrish Dholakia
|
5f99938cb8
|
test(test_amazing_vertex_completion.py): add retries for 'Content has no parts.' error in vertex test
|
2024-06-03 14:06:36 -07:00 |
|
Krrish Dholakia
|
281906ff33
|
fix(vertex_ai.py): handle nested content dictionary for assistant message
openai allows the assistant content message to also be a list of dictionaries, handle that
|
2024-05-24 22:47:47 -07:00 |
|
Krrish Dholakia
|
45c46a84d0
|
fix(vertex_ai.py): support passing system instructions to vertex ai
|
2024-05-20 06:18:19 -07:00 |
|
Krrish Dholakia
|
65aacc0c1a
|
fix(vertex_ai.py): use chat_messages_with_history for async + streaming calls
|
2024-05-19 12:30:24 -07:00 |
|
Krrish Dholakia
|
f9ab72841a
|
fix(vertex_ai.py): passing all tests on 'test_amazing_vertex_completion.py
|
2024-05-19 12:22:21 -07:00 |
|
Krrish Dholakia
|
a2c66ed4fb
|
fix(vertex_ai.py): support passing in result of tool call to vertex
Fixes https://github.com/BerriAI/litellm/issues/3709
|
2024-05-19 11:34:07 -07:00 |
|
Ishaan Jaff
|
ee98074273
|
ci/cd run again
|
2024-05-16 18:35:43 -07:00 |
|
Ishaan Jaff
|
729e34ffea
|
(ci/cd) fix - assert len(completed_str)
|
2024-05-16 18:06:48 -07:00 |
|
Ishaan Jaff
|
f138c15859
|
(ci/cd) fix test_vertex_ai_stream
|
2024-05-15 16:32:40 -07:00 |
|
Krrish Dholakia
|
4e30d7cf5e
|
build(model_prices_and_context_window.json): add gemini 1.5 flash model info
|
2024-05-14 17:30:31 -07:00 |
|
Krrish Dholakia
|
39e4927752
|
fix(utils.py): fix vertex ai function calling + streaming
Completes https://github.com/BerriAI/litellm/issues/3147
|
2024-05-13 12:32:39 -07:00 |
|
Krrish Dholakia
|
04ae285001
|
fix(vertex_ai.py): support tool call list response async completion
|
2024-05-13 10:42:31 -07:00 |
|
Krrish Dholakia
|
94f3d361b0
|
fix(vertex_ai.py): fix list tool call responses
Closes https://github.com/BerriAI/litellm/issues/3147
|
2024-05-10 20:05:58 -07:00 |
|
Krrish Dholakia
|
9a31f3d3d9
|
fix(main.py): support env var 'VERTEX_PROJECT' and 'VERTEX_LOCATION'
|
2024-05-10 07:57:56 -07:00 |
|
Krrish Dholakia
|
2dd9d2f704
|
test(test_amazing_vertex_completion.py): try-except api errors
|
2024-05-03 10:09:57 -07:00 |
|
Krrish Dholakia
|
3cc82f558e
|
fix(utils.py): add exception mapping for gemini error
|
2024-04-30 14:17:10 -07:00 |
|
Krrish Dholakia
|
5f8d88d363
|
fix(vertex_ai.py): handle stream=false
also adds unit testing for vertex ai calls with langchain
|
2024-04-25 13:59:37 -07:00 |
|
Krrish Dholakia
|
72ac0d26e3
|
test: fix test
|
2024-04-23 16:56:48 -07:00 |
|
Ishaan Jaff
|
1fea2b0397
|
(ci/cd) run again
|
2024-04-21 16:50:11 -07:00 |
|
Krrish Dholakia
|
5811d21094
|
test(test_amazing_vertex_completion.py): fix gemini tool calling test
|
2024-04-19 19:39:38 -07:00 |
|
Ishaan Jaff
|
c903b44849
|
(ci/cd) vertexai - skip 429 errors
|
2024-04-18 21:27:22 -07:00 |
|
Krrish Dholakia
|
f68a6b6e13
|
test(test_amazing_vertex_completion.py): handle api errors
|
2024-04-16 21:47:02 -07:00 |
|
Ishaan Jaff
|
6498bbbd09
|
fix - gemini function calling
|
2024-04-16 20:54:22 -07:00 |
|
Krrish Dholakia
|
40d9167cae
|
test(test_amazing_vertex_completion.py): fix vertex anthropic streaming text
|
2024-04-15 14:37:22 -07:00 |
|
Krrish Dholakia
|
1ec7118e1f
|
fix(vertex_ai_anthropic.py): set vertex_credentials for vertex ai anthropic calls
allows setting vertex credentials as a json string for vertex ai anthropic calls
|
2024-04-15 14:16:28 -07:00 |
|
Krrish Dholakia
|
50081479f9
|
fix(main.py): accept vertex service account credentials as json string
allows us to dynamically set vertex ai credentials
|
2024-04-15 13:28:59 -07:00 |
|
Krrish Dholakia
|
a6f987e065
|
test(test_amazing_vertex_completion.py): fix project name
|
2024-04-06 17:59:49 -07:00 |
|
Krrish Dholakia
|
9d7aaa91e0
|
test(test_amazing_vertex_completion.py): handle vertex ai rate limit errors
|
2024-04-05 14:04:29 -07:00 |
|
Krrish Dholakia
|
f7537f2cdf
|
fix(test_amazing_vertex_completion.py): handle vertex ai rate limit error
|
2024-04-05 14:03:38 -07:00 |
|
Ishaan Jaff
|
3dbb547af0
|
catch gemini 429 errors
|
2024-04-05 14:02:01 -07:00 |
|
Ishaan Jaff
|
34a9b8648d
|
fix gemini rate limit errors
|
2024-04-05 14:01:32 -07:00 |
|
Krrish Dholakia
|
f662dac5c9
|
fix(vertex_ai_anthropic.py): fix import
|
2024-04-05 13:38:05 -07:00 |
|
Krrish Dholakia
|
f0c4ff6e60
|
fix(vertex_ai_anthropic.py): support streaming, async completion, async streaming for vertex ai anthropic
|
2024-04-05 09:27:48 -07:00 |
|
Krish Dholakia
|
eb34306099
|
Merge pull request #2665 from BerriAI/litellm_claude_vertex_ai
[WIP] feat(vertex_ai_anthropic.py): Add support for claude 3 on vertex ai
|
2024-04-05 07:06:04 -07:00 |
|
David Manouchehri
|
6044045b91
|
Fix: Remove non-existent gemini-1.5-pro-vision model.
The gemini-1.5-pro model handles both text and vision.
|
2024-04-04 17:33:08 +00: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
|
fa297b67ca
|
fix(test_amazing_vertex_completion.py): fix test to check if content is none
|
2024-03-25 19:11:39 -07:00 |
|
Krish Dholakia
|
c4dbd0407e
|
Merge pull request #2561 from BerriAI/litellm_batch_writing_db
fix(proxy/utils.py): move to batch writing db updates
|
2024-03-18 21:50:47 -07:00 |
|
Krrish Dholakia
|
2fdc20f549
|
test: handle vertex ai rate limit errors
|
2024-03-18 21:33:08 -07:00 |
|
Krrish Dholakia
|
5ad790ffdf
|
test: fix test
|
2024-03-18 13:43:14 -07:00 |
|
Krrish Dholakia
|
f49dc9a99f
|
feat(vertex_ai.py): support gemini (vertex ai) function calling when streaming
|
2024-03-18 11:47:27 -07:00 |
|