Commit graph

8 commits

Author SHA1 Message Date
Krish Dholakia
7e5085dc7b
Litellm dev 11 21 2024 (#6837)
* Fix Vertex AI function calling invoke: use JSON format instead of protobuf text format. (#6702)

* test: test tool_call conversion when arguments is empty dict

Fixes https://github.com/BerriAI/litellm/issues/6833

* fix(openai_like/handler.py): return more descriptive error message

Fixes https://github.com/BerriAI/litellm/issues/6812

* test: skip overloaded model

* docs(anthropic.md): update anthropic docs to show how to route to any new model

* feat(groq/): fake stream when 'response_format' param is passed

Groq doesn't support streaming when response_format is set

* feat(groq/): add response_format support for groq

Closes https://github.com/BerriAI/litellm/issues/6845

* fix(o1_handler.py): remove fake streaming for o1

Closes https://github.com/BerriAI/litellm/issues/6801

* build(model_prices_and_context_window.json): add groq llama3.2b model pricing

Closes https://github.com/BerriAI/litellm/issues/6807

* fix(utils.py): fix handling ollama response format param

Fixes https://github.com/BerriAI/litellm/issues/6848#issuecomment-2491215485

* docs(sidebars.js): refactor chat endpoint placement

* fix: fix linting errors

* test: fix test

* test: fix test

* fix(openai_like/handler): handle max retries

* fix(streaming_handler.py): fix streaming check for openai-compatible providers

* test: update test

* test: correctly handle model is overloaded error

* test: update test

* test: fix test

* test: mark flaky test

---------

Co-authored-by: Guowang Li <Guowang@users.noreply.github.com>
2024-11-22 01:53:52 +05:30
Krrish Dholakia
dbf4acc4ce docs(image_generation.md): add proxy image gen example to docs 2024-07-09 11:56:21 -07:00
rhtenhove
7c680a4020
add dall-e 3 required comment 2024-06-03 18:36:00 +02:00
Ishaan Jaff
aa0ed8238b docs - image generation vertex 2024-05-20 12:18:31 -07:00
Krrish Dholakia
269866edc9 docs(bedrock.md): add image generation docs to bedrock file 2024-02-03 12:17:30 -08:00
Chris Mungall
2bdd35245d
Update image_generation.md
Fixed two typos
2024-01-15 11:54:01 -08:00
Krrish Dholakia
3026e5aa58 docs(image_generation.md): fix typo 2023-12-27 20:33:22 +05:30
Krrish Dholakia
f8180c351f docs(image_generation.md): add image generation to docs 2023-12-27 11:59:57 +05:30