Create OpenAI client for optillm proxy with local inference
()
| 18 | |
| 19 | @pytest.fixture |
| 20 | def client(): |
| 21 | """Create OpenAI client for optillm proxy with local inference""" |
| 22 | setup_test_env() |
| 23 | return get_test_client() |
| 24 | |
| 25 | |
| 26 | def test_basic_completion(client): |
nothing calls this directly
no test coverage detected