Krrish Dholakia
|
ed8b20fa18
|
fix(utils.py): parse out aws specific params from openai call
Fixes https://github.com/BerriAI/litellm/issues/5009
|
2024-08-03 12:04:44 -07:00 |
|
Krrish Dholakia
|
5b71421a7b
|
feat(vertex_ai_partner.py): initial working commit for calling vertex ai mistral
Closes https://github.com/BerriAI/litellm/issues/4874
|
2024-07-27 12:54:14 -07:00 |
|
Krrish Dholakia
|
7df94100e8
|
build(model_prices_and_context_window.json): add model pricing for vertex ai llama 3.1 api
|
2024-07-23 17:36:07 -07:00 |
|
Krrish Dholakia
|
bb905d7243
|
fix(utils.py): support 'drop_params' for 'parallel_tool_calls'
Closes https://github.com/BerriAI/litellm/issues/4584
OpenAI-only param
|
2024-07-08 07:36:41 -07:00 |
|
Krrish Dholakia
|
16941eee43
|
fix(utils.py): re-integrate separate gemini optional param mapping (google ai studio)
Fixes https://github.com/BerriAI/litellm/issues/4333
|
2024-06-21 09:01:32 -07:00 |
|
Krrish Dholakia
|
a0f08e0dad
|
fix(utils.py): allow dropping specific openai params
|
2024-06-20 11:48:06 -07:00 |
|
Krrish Dholakia
|
162f9400d2
|
feat(utils.py): support dynamically setting 'drop_params'
Allows user to turn this on/off for individual calls by passing in as a completion arg
|
2024-06-05 08:44:04 -07:00 |
|
Krrish Dholakia
|
7efac4d36c
|
fix(azure.py): support dropping 'tool_choice=required' for older azure API versions
Closes https://github.com/BerriAI/litellm/issues/3876
|
2024-06-01 18:44:50 -07:00 |
|
Krrish Dholakia
|
3d32b00821
|
fix(openai.py): only allow 'user' as optional param if openai model
|
2024-05-29 15:15:02 -07:00 |
|
Krrish Dholakia
|
43353c28b3
|
feat(databricks.py): add embedding model support
|
2024-05-23 18:22:03 -07:00 |
|
Krrish Dholakia
|
50be25d11a
|
test(test_optional_params.py): fix optional params
|
2024-05-10 14:08:47 -07:00 |
|
Krrish Dholakia
|
8249c986bf
|
fix(main.py): support new 'supports_system_message=False' param
Fixes https://github.com/BerriAI/litellm/issues/3325
|
2024-05-03 21:31:45 -07:00 |
|
Krrish Dholakia
|
097714e02f
|
fix(anthropic.py): handle whitespace characters for anthropic calls
|
2024-05-03 17:31:34 -07:00 |
|
ishaan-jaff
|
3c8b58bd80
|
(feat) support extra_headers
|
2024-02-23 08:48:21 -08:00 |
|
ishaan-jaff
|
fffb077cf6
|
(test) get optional_params Azure
|
2024-01-13 14:32:41 -08:00 |
|
Krrish Dholakia
|
4905929de3
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
|
Krrish Dholakia
|
51d62189f1
|
test(test_optional_params.py): unit tests for get_optional_params_embeddings()
|
2023-12-14 14:32:36 -08:00 |
|