Commit graph

16786 commits

Author SHA1 Message Date
Krrish Dholakia
ada426d652 docs(batches.md): add docs on calling azure batches api 2024-08-22 14:51:14 -07:00
Krrish Dholakia
80675b22bd feat(batches): add azure openai batches endpoint support
Closes https://github.com/BerriAI/litellm/issues/5073
2024-08-22 14:46:51 -07:00
Krrish Dholakia
a63c5c0020 docs(azure_ai.md): add azure ai jamba instruct to docs
Closes https://github.com/BerriAI/litellm/issues/5333
2024-08-22 11:34:52 -07:00
Krrish Dholakia
98f73b35ba docs(utils.py): cleanup docstring 2024-08-22 11:05:25 -07:00
Krrish Dholakia
70bf8bd4f4 feat(factory.py): enable 'user_continue_message' for interweaving user/assistant messages when provider requires it
allows bedrock to be used with autogen
2024-08-22 11:03:33 -07:00
Krrish Dholakia
11bfc1dca7 fix(cohere_chat.py): support passing 'extra_headers'
Fixes https://github.com/BerriAI/litellm/issues/4709
2024-08-22 10:17:36 -07:00
Ishaan Jaff
36c021b309
Merge pull request #5331 from BerriAI/dependabot/npm_and_yarn/litellm-js/spend-logs/hono-4.5.8
build(deps): bump hono from 4.2.7 to 4.5.8 in /litellm-js/spend-logs
2024-08-22 10:08:41 -07:00
Ishaan Jaff
a120135dd1 fix allow setting LiteLLM license as .env 2024-08-22 10:05:00 -07:00
Krrish Dholakia
f36e7e0754 fix(ollama_chat.py): fix passing assistant message with tool call param
Fixes https://github.com/BerriAI/litellm/issues/5319
2024-08-22 10:00:03 -07:00
Ishaan Jaff
4fe22ec493 fix test_vertexai_multimodal_embedding use magicMock requests 2024-08-22 09:56:24 -07:00
Ishaan Jaff
cc8e6f1d44 fix allow setting license in config.yaml 2024-08-22 09:45:15 -07:00
dependabot[bot]
a3537afbdf
build(deps): bump hono from 4.2.7 to 4.5.8 in /litellm-js/spend-logs
Bumps [hono](https://github.com/honojs/hono) from 4.2.7 to 4.5.8.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.2.7...v4.5.8)

---
updated-dependencies:
- dependency-name: hono
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-22 16:44:08 +00:00
Ishaan Jaff
2be984ebee add docstring for /embeddings and /completions 2024-08-22 09:30:47 -07:00
Ishaan Jaff
f6e80b0031 add doc string for /chat/completions swagger 2024-08-22 09:27:40 -07:00
Krrish Dholakia
67eb58d9f8 test(test_custom_callback_input.py): skip flaky ci/cd test 2024-08-22 09:19:10 -07:00
Ishaan Jaff
374bef4326 fix /user/delete doc string 2024-08-22 09:09:51 -07:00
Krrish Dholakia
cf4574dd65 test(test_custom_callback_input.py): fix test 2024-08-22 08:54:59 -07:00
Krrish Dholakia
25820680eb test: fix test 2024-08-21 22:30:41 -07:00
Krrish Dholakia
c5e030481a fix: rerun ci/cd 2024-08-21 22:28:35 -07:00
Krrish Dholakia
4ebacbfafe docs(enterprise.md): add key/team level spend tags to docs 2024-08-21 22:10:18 -07:00
Krrish Dholakia
5a31005b85 test(test_function_calling.py): remove redundant gemini test (causing ratelimit errors) 2024-08-21 21:48:14 -07:00
Krrish Dholakia
fd3a6f0870 test(test_image_generation.py): handle azure api error 2024-08-21 21:46:00 -07:00
Krrish Dholakia
6d6ab30ed7 test: test_function_calling.py 2024-08-21 21:12:15 -07:00
Ishaan Jaff
88e1ad6cbc docs vertex 2024-08-21 19:15:23 -07:00
Ishaan Jaff
03c65c889a fix team_member_add 2024-08-21 19:10:37 -07:00
Ishaan Jaff
f0f1d50734 fix test_master_key_hashing 2024-08-21 17:56:09 -07:00
Ishaan Jaff
0ea1f367d7 use litellm proxy with vertex ai sdk 2024-08-21 17:47:01 -07:00
Krrish Dholakia
f310ce541f docs(vertex.md): add vertex global safety settings to doc 2024-08-21 17:41:49 -07:00
Krrish Dholakia
3c99ad19fa feat(utils.py): support global vertex ai safety settings param 2024-08-21 17:37:50 -07:00
Ishaan Jaff
9078f075f9 docs add example using litellm with vertex python sdk 2024-08-21 17:35:34 -07:00
Ishaan Jaff
26f4cf8e1b
Merge pull request #5327 from BerriAI/litellm_pass_through_vtx_multi_modal
[Feat-Proxy] Make LiteLLM Proxy (Gateway) compatible with VertexAI SDK 🔥
2024-08-21 17:25:23 -07:00
Ishaan Jaff
a174cbdd72
Merge branch 'main' into litellm_pass_through_vtx_multi_modal 2024-08-21 17:23:22 -07:00
Ishaan Jaff
bcc0f99476 fix pass through endpoints 2024-08-21 17:21:22 -07:00
Krrish Dholakia
5e707091ee test(test_amazing_vertex_completion.py): handle vertex api instability 2024-08-21 17:09:17 -07:00
Ishaan Jaff
0e1d3804ff refactor vertex endpoints to pass through all routes 2024-08-21 17:08:42 -07:00
Ishaan Jaff
dd524a4f50
Merge pull request #5326 from BerriAI/litellm_Add_vertex_multimodal_embedding
[Feat] add vertex multimodal embedding support
2024-08-21 17:06:43 -07:00
Ishaan Jaff
f947cec7fc add test vtx embedding 2024-08-21 17:05:47 -07:00
Krrish Dholakia
3dc75dabd6 docs(logging.md): add standard logging payload to docs 2024-08-21 17:04:57 -07:00
Ishaan Jaff
e9537c6560 proxy - print embedding request when recieved 2024-08-21 17:00:18 -07:00
Ishaan Jaff
55dfb3b181 add docs using litellm multi modal embeddings 2024-08-21 16:58:47 -07:00
Krrish Dholakia
8a05ce77e9 feat(litellm_logging.py): add 'saved_cache_cost' to standard logging payload (s3) 2024-08-21 16:58:07 -07:00
Krrish Dholakia
3a7d9af01a bump: version 1.44.1 → 1.44.2 2024-08-21 16:31:11 -07:00
Krrish Dholakia
4416ad02b4 docs(users.md): add doc on setting max budget for internal users 2024-08-21 16:22:41 -07:00
Krrish Dholakia
0a42347a8d docs(users.md): add doc on setting max budget for internal users 2024-08-21 16:21:40 -07:00
Krrish Dholakia
50383cfe62 docs(custom_llm_server.md): add streaming example for custom llm call
Reference - https://github.com/BerriAI/litellm/issues/5147
2024-08-21 15:45:54 -07:00
Krish Dholakia
30df7c7429
Merge pull request #5253 from the-crypt-keeper/mistral-add-stop
Add the "stop" parameter to the mistral API interface
2024-08-21 15:40:54 -07:00
Krish Dholakia
9452b9398d
Merge pull request #5304 from beltranaceves/main
Fixed code snippet import typo in Structured Output docs
2024-08-21 15:40:00 -07:00
Krish Dholakia
81de1a0e90
Merge pull request #5318 from mikstew/mikio/checksum-annotation
add checksum/config pod annotation
2024-08-21 15:39:43 -07:00
Krish Dholakia
e961810139
Merge pull request #5323 from MarkRx/feature/langsmith-ids
Support LangSmith parent_run_id, trace_id, session_id
2024-08-21 15:38:50 -07:00
Krish Dholakia
7c34ead54f
Merge pull request #5322 from BerriAI/litellm_disable_storing_master_key_hash_in_db
feat(proxy_server.py): support disabling storing master key hash in db
2024-08-21 15:37:31 -07:00