mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
* fix(text_completion): support token IDs (list of integers) as prompt Add support for passing token IDs (list of integers) to the text_completion endpoint for OpenAI-compatible providers (openai, azure, vllm, etc.). Fixes #17118 * test(text_completion): replace live test with mock test for token IDs Move token IDs test from local_testing to test_litellm with mocks per PR review feedback. |
||
|---|---|---|
| .. | ||
| test_text_completion_guardrail_handler.py | ||
| test_text_completion_token_ids.py | ||