Krrish Dholakia
|
66d77f177f
|
fix(bedrock_httpx.py): raise bad request error if invalid bedrock model given
|
2024-08-13 19:27:06 -07:00 |
|
Krrish Dholakia
|
526b196f83
|
fix(bedrock_httpx.py): handle empty stop string
|
2024-08-13 07:30:30 -07:00 |
|
Krrish Dholakia
|
6e8d2856b0
|
fix(bedrock_httpx.py): handle bedrock empty system message
|
2024-08-13 07:17:17 -07:00 |
|
Krrish Dholakia
|
96d4466a8f
|
fix(azure.py): return response headers acompletion + acompletion w/ streaming
Fixes https://github.com/BerriAI/litellm/issues/2440#issuecomment-2283259187
|
2024-08-12 11:29:49 -07:00 |
|
Krrish Dholakia
|
dd2ea72cb4
|
fix(openai.py): fix position of invalid_params param
|
2024-08-10 09:52:27 -07:00 |
|
Ishaan Jaff
|
d445f3967d
|
correctly add modified tool names to cache
|
2024-08-09 17:39:49 -07:00 |
|
Ishaan Jaff
|
43ff70348d
|
init bedrock_tool_name_mappings
|
2024-08-09 17:09:19 -07:00 |
|
Ishaan Jaff
|
8b98193a51
|
bedrock make_valid_bedrock_tool_name
|
2024-08-09 13:16:38 -07:00 |
|
Krrish Dholakia
|
0cf81eba62
|
fix(huggingface_restapi.py): support passing 'wait_for_model' param on completion calls
|
2024-08-09 09:25:19 -07:00 |
|
Krrish Dholakia
|
466dc9f32a
|
fix(huggingface_restapi.py): fix hf embeddings optional param processing
|
2024-08-09 09:10:56 -07:00 |
|
Krrish Dholakia
|
d471f7e840
|
feat(vertex_httpx.py): return vertex grounding, citation, and safety results
|
2024-08-09 08:54:55 -07:00 |
|
Krrish Dholakia
|
51ccfa9e77
|
fix(huggingface_restapi.py): fixes issue where 'wait_for_model' was not being passed as expected
|
2024-08-09 08:36:35 -07:00 |
|
Krrish Dholakia
|
9839a7858c
|
fix(anthropic.py): fix translation
|
2024-08-08 17:33:48 -07:00 |
|
Krrish Dholakia
|
da0413f0a4
|
fix(factory.py): handle openai function message having tool call id
|
2024-08-08 17:06:50 -07:00 |
|
Ishaan Jaff
|
e671ae58e3
|
Merge pull request #5119 from BerriAI/litellm_add_gemini_context_caching_litellm
[Feat-Proxy] Add Support for VertexAI context caching
|
2024-08-08 16:08:58 -07:00 |
|
Ishaan Jaff
|
cae941f4c0
|
auto update the model in cachedContents request
|
2024-08-08 15:56:46 -07:00 |
|
Krrish Dholakia
|
1bf8af5cb1
|
fix(anthropic.py): fix translation from /v1/messages format to openai format
|
2024-08-08 15:55:01 -07:00 |
|
Ishaan Jaff
|
0d662368ac
|
add native cachedContents endpoint
|
2024-08-08 15:32:07 -07:00 |
|
Ishaan Jaff
|
d237e625ca
|
use v1beta1 when using cached_content
|
2024-08-08 11:09:31 -07:00 |
|
Ishaan Jaff
|
e17e959c62
|
image gen catch when predictions not in json response
|
2024-08-07 18:50:26 -07:00 |
|
Krrish Dholakia
|
a15317a377
|
fix(vertex_ai_partner.py): pass model for llama3 param mapping
|
2024-08-07 18:07:14 -07:00 |
|
Krish Dholakia
|
2e434d56e3
|
Merge pull request #5079 from BerriAI/litellm_add_pydantic_model_support
feat(utils.py): support passing response_format as pydantic model
|
2024-08-07 14:43:05 -07:00 |
|
Krish Dholakia
|
1bf1185506
|
Merge pull request #5095 from Mogith-P-N/main
Clarifai : Removed model name casing issue
|
2024-08-07 14:42:26 -07:00 |
|
Krish Dholakia
|
93d048b1dc
|
Merge branch 'main' into litellm_anthropic_streaming_tool_call_fix
|
2024-08-07 14:33:30 -07:00 |
|
Krish Dholakia
|
3605e873a1
|
Merge branch 'main' into litellm_add_pydantic_model_support
|
2024-08-07 13:07:46 -07:00 |
|
Krrish Dholakia
|
2f402b1cdd
|
fix(vertex_ai_partner.py): default vertex ai llama3.1 api to use all openai params
Poor vertex docs - not clear what can/can't work
Fixes https://github.com/BerriAI/litellm/issues/5090
|
2024-08-07 11:08:54 -07:00 |
|
Mogith P N
|
e66aa1487d
|
Clarifai : Fixed model name
|
2024-08-07 16:59:33 +00:00 |
|
Krrish Dholakia
|
2ccb5a48b7
|
fix(bedrock_httpx.py): handle empty arguments returned during tool calling streaming
|
2024-08-07 09:54:50 -07:00 |
|
Krrish Dholakia
|
4919cc4d25
|
fix(anthropic.py): handle scenario where anthropic returns invalid json string for tool call while streaming
Fixes https://github.com/BerriAI/litellm/issues/5063
|
2024-08-07 09:24:11 -07:00 |
|
Krrish Dholakia
|
5dfde2ee0b
|
feat: Translate openai 'response_format' json_schema to 'response_schema' for vertex ai + google ai studio
Closes https://github.com/BerriAI/litellm/issues/5074
|
2024-08-06 19:06:14 -07:00 |
|
Krrish Dholakia
|
7bf1b4d661
|
fix(main.py): log hidden params for text completion calls
|
2024-08-05 21:26:48 -07:00 |
|
Krrish Dholakia
|
3fee0b1dc5
|
fix(ollama_chat.py): fix passing auth headers to ollama
Fixes https://github.com/BerriAI/litellm/issues/5046
|
2024-08-05 09:33:09 -07:00 |
|
Krrish Dholakia
|
aab09f5b86
|
feat(vertex_httpx.py): Support gemini 'response_schema' param
Fixes https://github.com/BerriAI/litellm/pull/3366#issuecomment-2269183338
|
2024-08-05 07:56:44 -07:00 |
|
Krish Dholakia
|
bca71019ad
|
Merge branch 'main' into litellm_anthropic_api_streaming
|
2024-08-03 21:16:50 -07:00 |
|
Krrish Dholakia
|
ac6c39c283
|
feat(anthropic_adapter.py): support streaming requests for /v1/messages endpoint
Fixes https://github.com/BerriAI/litellm/issues/5011
|
2024-08-03 20:16:19 -07:00 |
|
Ishaan Jaff
|
e73eb19678
|
docs default vertex
|
2024-08-03 18:09:48 -07:00 |
|
Ishaan Jaff
|
bef5a8b61f
|
Merge branch 'main' into litellm_support_native_vertex_endpoint
|
2024-08-03 17:47:35 -07:00 |
|
Ishaan Jaff
|
c8438715af
|
add vertex ai countTokens endpoint
|
2024-08-03 17:34:10 -07:00 |
|
Ishaan Jaff
|
2d5c57e545
|
add vertex embeddings endpoints
|
2024-08-03 17:26:49 -07:00 |
|
Ishaan Jaff
|
c98733863a
|
add vertex generateContent
|
2024-08-03 17:17:54 -07:00 |
|
Ishaan Jaff
|
8051781af0
|
working code for vertex ai routes
|
2024-08-03 16:56:33 -07:00 |
|
Ishaan Jaff
|
64c008045f
|
use native endpoints
|
2024-08-03 16:52:43 -07:00 |
|
Krrish Dholakia
|
641192e049
|
fix(vertex_httpx.py): fix linting error
|
2024-08-03 12:53:46 -07:00 |
|
Ishaan Jaff
|
2e596c6c5b
|
add support for pass through vertex ai ft jobs
|
2024-08-03 11:47:43 -07:00 |
|
Krrish Dholakia
|
c982ec88d8
|
fix(bedrock.py): fix response format for bedrock image generation response
Fixes https://github.com/BerriAI/litellm/issues/5010
|
2024-08-03 09:46:49 -07:00 |
|
Ishaan Jaff
|
9958c52f77
|
fix vertex ai
|
2024-08-03 08:56:54 -07:00 |
|
Ishaan Jaff
|
4ca0464395
|
fix linting errors
|
2024-08-03 08:55:36 -07:00 |
|
Ishaan Jaff
|
69e5a7cb68
|
test translating to vertex ai params
|
2024-08-03 08:44:54 -07:00 |
|
Ishaan Jaff
|
f840a5f6b4
|
Merge pull request #5028 from BerriAI/litellm_create_ft_job_gemini
[Feat] Add support for Vertex AI fine tuning endpoints
|
2024-08-03 08:22:55 -07:00 |
|
Krish Dholakia
|
fa82b2a412
|
Merge pull request #4982 from Manouchehri/bedrock-sts-custom-1
Allow Bedrock to set custom STS endpoint for OIDC flow
|
2024-08-02 23:42:38 -07:00 |
|