MCPcopy Create free account
hub / github.com/algorithmicsuperintelligence/optillm / client

Function client

tests/test_api_compatibility.py:20–23  ·  view source on GitHub ↗

Create OpenAI client for optillm proxy with local inference

()

Source from the content-addressed store, hash-verified

18
19@pytest.fixture
20def client():
21 """Create OpenAI client for optillm proxy with local inference"""
22 setup_test_env()
23 return get_test_client()
24
25
26def test_basic_completion(client):

Callers

nothing calls this directly

Calls 2

setup_test_envFunction · 0.90
get_test_clientFunction · 0.90

Tested by

no test coverage detected