diff --git a/tests/unit/llms/huggingface/test_inference_endpoints.py b/tests/unit/llms/huggingface/test_inference_endpoints.py index 436815b0e5..cd45c91153 100644 --- a/tests/unit/llms/huggingface/test_inference_endpoints.py +++ b/tests/unit/llms/huggingface/test_inference_endpoints.py @@ -171,7 +171,6 @@ async def test_agenerate_with_chat_completion( created=1721045246, id="", model="meta-llama/Meta-Llama-3-70B-Instruct", - object="chat.completion", system_fingerprint="2.1.1-dev0-sha-4327210", usage=ChatCompletionOutputUsage( completion_tokens=66, prompt_tokens=18, total_tokens=84 @@ -212,7 +211,6 @@ async def test_agenerate_with_chat_completion_fails( created=1721045246, id="", model="meta-llama/Meta-Llama-3-70B-Instruct", - object="chat.completion", system_fingerprint="2.1.1-dev0-sha-4327210", usage=ChatCompletionOutputUsage( completion_tokens=66, prompt_tokens=18, total_tokens=84