From afbf196a172a8d90f1fce0aeea46c2ae4cbc3379 Mon Sep 17 00:00:00 2001 From: Sergio Brighenti Date: Sun, 24 Mar 2024 12:28:02 +0100 Subject: [PATCH] remove test --- tests/ExampleTest.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/ExampleTest.php b/tests/ExampleTest.php index 2eb38fe..9cc610f 100644 --- a/tests/ExampleTest.php +++ b/tests/ExampleTest.php @@ -36,12 +36,3 @@ expect($client)->toBeInstanceOf(Client::class); }); - -it('can test fnindexsudgugdhs', function () { - $client = new Client('https://deepseek-ai-deepseek-vl-7b.hf.space'); - $response = $client->predict([[['Hello!', null]], 0, 0, 0, 0, 0, 'DeepSeek-VL 7B'], apiName: '/predict'); - - $value = $response->getOutput(); - - expect($value)->toBeArray(); -});