Files
litellm/tests/llm_translation
Krish DholakiaandGitHub c17342ac5b fix(openai/): allows 'reasoning_effort' param to be passed correctly (#8227)
* fix(openai/): allows 'reasoning_effort' param to be passed correctly

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

* test: update test to handle gemini token counter change

* fix(factory.py): fix bedrock http:// handling

* test: fix test

* test: update testing for new openai sdk
2025-02-03 22:39:10 -08:00
..
2025-01-29 17:57:32 -08:00
2025-01-29 20:55:49 -08:00
2024-12-02 22:00:01 -08:00
2024-12-03 20:52:19 -08:00
2025-01-06 22:36:00 -08:00
2025-01-16 20:52:55 -08:00

Unit tests for individual LLM providers.

Name of the test file is the name of the LLM provider - e.g. test_openai.py is for OpenAI.