This commit is contained in:
Nicolas Patry 2025-03-07 11:17:40 +01:00
parent e2f4eed6d6
commit 6f4d496376
No known key found for this signature in database
GPG Key ID: 4242CEF24CB6DBF9

View File

@ -1,10 +1,7 @@
import pytest
import requests
import json
from aiohttp import ClientSession
from openai import OpenAI
from huggingface_hub import InferenceClient
from text_generation.types import Completion
@pytest.fixture(scope="module")