Krrish Dholakia
|
29aefaa7d7
|
fix(utils.py): fix default values
|
2024-05-01 22:24:37 -07:00 |
|
Krish Dholakia
|
0714eb3526
|
Merge branch 'main' into litellm_ollama_tool_call_reponse
|
2024-05-01 10:24:05 -07:00 |
|
alisalim17
|
0db7fa3fd8
|
fix: cohere tool results
|
2024-04-29 14:20:24 +04:00 |
|
Krish Dholakia
|
1841b74f49
|
Merge branch 'main' into litellm_common_auth_params
|
2024-04-28 08:38:06 -07:00 |
|
Krrish Dholakia
|
463b1aff24
|
fix(vertex_ai.py): support safety settings for async streaming calls
|
2024-04-27 11:43:22 -07:00 |
|
Krish Dholakia
|
1a06f009d1
|
Merge branch 'main' into litellm_default_router_retries
|
2024-04-27 11:21:57 -07:00 |
|
Krrish Dholakia
|
48f19cf839
|
feat(utils.py): unify common auth params across azure/vertex_ai/bedrock/watsonx
|
2024-04-27 11:06:18 -07:00 |
|
Krrish Dholakia
|
c9d7437d16
|
fix(watsonx.py): use common litellm params for api key, api base, etc.
|
2024-04-27 10:15:27 -07:00 |
|
Krish Dholakia
|
2a006c3d39
|
Revert "Fix Anthropic Messages Prompt Template function to add a third condition: list of text-content dictionaries"
|
2024-04-27 08:57:18 -07:00 |
|
Krish Dholakia
|
2d976cfabc
|
Merge pull request #3270 from simonsanvil/feature/watsonx-integration
(feat) add IBM watsonx.ai as an llm provider
|
2024-04-27 05:48:34 -07:00 |
|
Krish Dholakia
|
4eb728d701
|
Merge pull request #3312 from hellof20/main
add safety_settings parameters to Vertex AI async mode
|
2024-04-27 05:46:06 -07:00 |
|
Emir Ayar
|
38b5f34c77
|
Merge branch 'BerriAI:main' into fix-anthropic-messages-api
|
2024-04-27 11:50:04 +02:00 |
|
Krrish Dholakia
|
93463565fb
|
fix(replicate.py): pass version if passed in
|
2024-04-26 17:11:21 -07:00 |
|
Krish Dholakia
|
4b0f73500f
|
Merge branch 'main' into litellm_default_router_retries
|
2024-04-26 14:52:24 -07:00 |
|
pwm
|
6fedcb873b
|
add safety_settings parameters to Vertex vision async_completion function
|
2024-04-26 14:35:01 +08:00 |
|
Krrish Dholakia
|
54241f2551
|
test(test_router_fallbacks.py): fix testing
|
2024-04-25 17:43:40 -07:00 |
|
Krrish Dholakia
|
ccb864bbea
|
fix(factory.py): correctly apply bos token for llama3 instruct prompt template
|
2024-04-25 17:37:17 -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
|
160acc085a
|
fix(router.py): fix default retry logic
|
2024-04-25 11:57:27 -07:00 |
|
aswny
|
781af56f48
|
check model type chat/instruct to apply template
|
2024-04-25 17:52:38 +00:00 |
|
aswny
|
9ead717531
|
fix Llama models message to prompt conversion in for AWS Bedrock provider
|
2024-04-25 17:19:55 +00:00 |
|
Krrish Dholakia
|
4f46b4c397
|
fix(factory.py): add replicate meta llama prompt templating support
|
2024-04-25 08:25:00 -07:00 |
|
Krish Dholakia
|
435a4b5ed4
|
Merge pull request #3267 from BerriAI/litellm_openai_streaming_fix
fix(utils.py): fix streaming to not return usage dict
|
2024-04-24 21:08:33 -07:00 |
|
Krrish Dholakia
|
df7db2b870
|
fix(factory.py): support llama3 instuct chat template
allows automatic templating for llama3 instruct requests
|
2024-04-24 20:35:10 -07:00 |
|
Krrish Dholakia
|
b918f58262
|
fix(vertex_ai.py): raise explicit error when image url fails to download - prevents silent failure
|
2024-04-24 09:23:15 -07:00 |
|
Krrish Dholakia
|
48c2c3d78a
|
fix(utils.py): fix streaming to not return usage dict
Fixes https://github.com/BerriAI/litellm/issues/3237
|
2024-04-24 08:06:07 -07:00 |
|
Simon Sanchez Viloria
|
777b4b2bbc
|
(feat) make manage_response work with request.request instead of httpx.Request
|
2024-04-24 12:55:25 +02:00 |
|
Krish Dholakia
|
8d2e411df6
|
Merge pull request #3124 from elisalimli/bugfix/add-missing-tool-calls-mistral-messages
Add missing tool_calls and name to messages
|
2024-04-23 17:25:12 -07:00 |
|
Simon Sanchez Viloria
|
d72b725273
|
Fixed bugs in prompt factory for ibm-mistral and llama 3 models.
|
2024-04-23 16:20:49 +02:00 |
|
Simon S. Viloria
|
2ef4fb2efa
|
Merge branch 'BerriAI:main' into feature/watsonx-integration
|
2024-04-23 12:18:34 +02:00 |
|
Simon Sanchez Viloria
|
e64aceea91
|
(feat) Update WatsonX credentials and variable names
|
2024-04-23 12:16:04 +02:00 |
|
Simon Sanchez Viloria
|
74d2ba0a23
|
feat - watsonx refractoring, removed dependency, and added support for embedding calls
|
2024-04-23 12:01:13 +02:00 |
|
Krrish Dholakia
|
ec2c70e362
|
fix(vertex_ai.py): fix streaming logic
|
2024-04-22 19:15:20 -07:00 |
|
Krrish Dholakia
|
0bb8a4434e
|
fix(vertex_ai.py): remove ExtendedGenerationConfig usage
|
2024-04-22 18:23:21 -07:00 |
|
David Manouchehri
|
c643e04ada
|
improve(vertex_ai.py): Add frequency_penalty and presence_penalty.
|
2024-04-22 18:02:59 +00:00 |
|
David Manouchehri
|
1a7eec5786
|
improve(vertex_ai.py): Switch to simpler dict type.
|
2024-04-22 17:00:37 +00:00 |
|
Ishaan Jaff
|
b88a21b094
|
Revert "Load google ADC before init AnthropicVertex"
|
2024-04-21 16:44:23 -07:00 |
|
Simon S. Viloria
|
a77537ddd4
|
Merge branch 'BerriAI:main' into feature/watsonx-integration
|
2024-04-21 10:35:51 +02:00 |
|
Krish Dholakia
|
9f91f9919f
|
Merge pull request #3115 from elisalimli/litellm_fix/missing-spaces-between-prompts-cohere-chat
Fix new line issue in cohere_message_pt
|
2024-04-20 13:15:20 -07:00 |
|
Krish Dholakia
|
3faada32d5
|
Merge pull request #3118 from n1lanjan/2833-anthropic-tool-call-fix
Fix tool call errors using anthropic
|
2024-04-20 13:14:29 -07:00 |
|
Krish Dholakia
|
a9828b1e13
|
Merge pull request #3150 from ushuz/anthropic-vertex-adc
Load google ADC before init AnthropicVertex
|
2024-04-20 13:00:10 -07:00 |
|
Simon S. Viloria
|
7b2bd2e0e8
|
Merge branch 'BerriAI:main' into feature/watsonx-integration
|
2024-04-20 21:02:54 +02:00 |
|
Krish Dholakia
|
78579d4a24
|
Merge pull request #3170 from rick-github/ollama-special-symbol
Disable special tokens in ollama completion when counting tokens
|
2024-04-20 11:57:01 -07:00 |
|
Krish Dholakia
|
8a2f8c0418
|
Merge pull request #3189 from merefield/main
FIX: ollama chat completion proxy internal server 500
|
2024-04-20 11:56:34 -07:00 |
|
Simon Sanchez Viloria
|
6edb133733
|
Added support for IBM watsonx.ai models
|
2024-04-20 20:06:46 +02:00 |
|
Ishaan Jaff
|
200f58c1e7
|
(fix) missing PIL import
|
2024-04-20 08:27:00 -07:00 |
|
merefield
|
50a917a096
|
FIX: use value not param name when mapping frequency_penalty
|
2024-04-20 09:25:35 +01:00 |
|
frob
|
5fb5bce780
|
Merge branch 'BerriAI:main' into ollama-special-symbol
|
2024-04-20 00:49:57 +02: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 |
|