Commit graph

1049 commits

Author SHA1 Message Date
Krrish Dholakia
0fb7afe820 feat(proxy_server.py): working /audio/transcription endpoint 2024-03-08 18:20:27 -08:00
Krrish Dholakia
696eb54455 feat(main.py): support openai transcription endpoints
enable user to load balance between openai + azure transcription endpoints
2024-03-08 10:25:19 -08:00
Krrish Dholakia
0e7b30bec9 fix(utils.py): return function name for ollama_chat function calls 2024-03-08 08:01:10 -08:00
Krrish Dholakia
ec79482612 fix(utils.py): fix google ai studio timeout error raising 2024-03-06 21:12:04 -08:00
Krish Dholakia
38612ddd34
Merge pull request #2377 from BerriAI/litellm_team_level_model_groups
feat(proxy_server.py): team based model aliases
2024-03-06 21:03:53 -08:00
Krrish Dholakia
c0c3117dec fix(utils.py): fix get optional param embeddings 2024-03-06 20:47:05 -08:00
ishaan-jaff
0ee02e1ab9 (fix) vertex_ai test_vertex_projects optional params embedding 2024-03-06 20:33:25 -08:00
Krish Dholakia
cb8b30970b
Merge pull request #2347 from BerriAI/litellm_retry_rate_limited_requests
feat(proxy_server.py): retry if virtual key is rate limited
2024-03-06 19:23:11 -08:00
Krrish Dholakia
7e3734d037 test(test_completion.py): handle gemini timeout error 2024-03-06 19:05:39 -08:00
ishaan-jaff
d3818713ad (fix) dict changed size during iteration 2024-03-06 17:53:01 -08:00
Krrish Dholakia
7d824225a5 fix(utils.py): set status code for api error 2024-03-05 21:37:59 -08:00
Krrish Dholakia
a3a751ce62 fix(utils.py): fix mistral api exception mapping 2024-03-05 20:45:16 -08:00
Krrish Dholakia
f95458dad8 fix(utils.py): handle dict object for chatcompletionmessagetoolcall 2024-03-05 18:10:58 -08:00
Krrish Dholakia
0eb67e50a1 fix(utils.py): handle none in tool call for mistral tool calling 2024-03-05 16:48:37 -08:00
Krrish Dholakia
78d87a4fbd fix: clean up print verbose statements 2024-03-05 15:01:03 -08:00
Krrish Dholakia
d362fc6eec fix(utils.py): fix logging 2024-03-05 13:37:38 -08:00
Krish Dholakia
5b3459d759
Merge branch 'main' into litellm_claude_3_bedrock_access 2024-03-05 07:10:45 -08:00
Krrish Dholakia
0f62213656 fix(utils.py): fix default message object values 2024-03-04 21:19:03 -08:00
Ishaan Jaff
f1c39f65d7
Merge branch 'main' into litellm_maintain_Claude2_support 2024-03-04 21:14:28 -08:00
Krrish Dholakia
caa17d484a fix(bedrock.py): working image calls to claude 3 2024-03-04 18:12:47 -08:00
Krrish Dholakia
478307d4cf fix(bedrock.py): support anthropic messages api on bedrock (claude-3) 2024-03-04 17:15:47 -08:00
Krrish Dholakia
edda2d9293 test(test_completion.py): add testing for anthropic vision calling 2024-03-04 13:34:49 -08:00
ishaan-jaff
1183e5f2e5 (feat) maintain anthropic text completion 2024-03-04 11:16:34 -08:00
Krrish Dholakia
ae82b3f31a feat(anthropic.py): adds tool calling support 2024-03-04 10:42:28 -08:00
Krrish Dholakia
873ddde924 fix(huggingface_restapi.py): fix huggingface streaming error raising 2024-03-04 09:32:41 -08:00
Ishaan Jaff
14fc8355fb
Merge pull request #2315 from BerriAI/litellm_add_claude_3
[FEAT]- add claude 3
2024-03-04 09:23:13 -08:00
Ishaan Jaff
84415ef7b5
Merge pull request #2290 from ti3x/bedrock_mistral
Add support for Bedrock Mistral models
2024-03-04 08:42:47 -08:00
Krrish Dholakia
019b9ef6f6 fix(utils.py): fix num retries logic 2024-03-04 08:01:02 -08:00
ishaan-jaff
fdd8199a25 (feat) streaming claude-3 2024-03-04 07:29:23 -08:00
ishaan-jaff
19eb9063fb (feat) - add claude 3 2024-03-04 07:13:08 -08:00
Tim Xia
12d7ea914a update comments 2024-03-02 13:34:39 -05:00
Tim Xia
a4e24761a0 map optional params 2024-03-02 13:25:04 -05:00
Krish Dholakia
ea1e0f5ad9
Merge pull request #2292 from BerriAI/litellm_mistral_streaming_error
fix(utils.py): handle mistral streaming error
2024-03-02 07:48:14 -08:00
Mikhail Khludnev
381858139e utils.validate_environment to handle OLLAMA_API_BASE env 2024-03-02 13:41:59 +03:00
Krrish Dholakia
39037d1e22 fix(utils.py): handle mistral streaming error 2024-03-01 21:23:10 -08:00
Krish Dholakia
f9ef3ce32d
Merge pull request #2281 from mkhludnev/fix#2260-2261
fix #2260 #2261
2024-03-01 13:23:01 -08:00
Mikhail Khludnev
8363e24e58 fix #2260 #2261 2024-03-01 21:46:57 +03:00
Krrish Dholakia
6b8b0f40cf feat(proxy_server.py): add new team_member delete endpoint 2024-03-01 09:14:08 -08:00
ishaan-jaff
3a661b209a (chore) add mistral azure ai comments 2024-02-29 12:04:16 -08:00
ishaan-jaff
38e003bcc0 (test) fix mistral tests 2024-02-29 12:01:01 -08:00
ishaan-jaff
ec70cdc558 (feat) use mistral azure with env vars 2024-02-29 08:28:46 -08:00
ishaan-jaff
7c3141a66c (feat) mistral allow setting API base in env 2024-02-29 08:15:47 -08:00
ishaan-jaff
2771686124 (feat) helpers for supports_function_calling 2024-02-28 18:15:05 -08:00
ishaan-jaff
e5269fdb7c (feat) support mistral function calling 2024-02-28 18:15:05 -08:00
Krrish Dholakia
768ce68fc9 fix(utils.py): fix palm exception mapping 2024-02-28 18:15:05 -08:00
ishaan-jaff
61377b0c8d (fix) async logging race condition 2024-02-28 14:44:02 -08:00
ishaan-jaff
a525fca847 (feat) add mistral tool calling support 2024-02-28 11:48:20 -08:00
Krish Dholakia
d34cd7ec9a
Merge branch 'main' into litellm_streaming_format_fix 2024-02-27 20:16:09 -08:00
Krrish Dholakia
94f4f96994 fix(utils.py): fix streaming issue 2024-02-27 14:57:50 -08:00
Krrish Dholakia
9f7b322ae2 fix(utils.py): map optional params for gemini pro vision 2024-02-27 14:45:53 -08:00