mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-11 13:04:17 +00:00
a8282839e8
* 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.