Skip to content

Commit afbf196

Browse files
committed
remove test
1 parent 00c6b99 commit afbf196

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/ExampleTest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,3 @@
3636

3737
expect($client)->toBeInstanceOf(Client::class);
3838
});
39-
40-
it('can test fnindexsudgugdhs', function () {
41-
$client = new Client('https://deepseek-ai-deepseek-vl-7b.hf.space');
42-
$response = $client->predict([[['Hello!', null]], 0, 0, 0, 0, 0, 'DeepSeek-VL 7B'], apiName: '/predict');
43-
44-
$value = $response->getOutput();
45-
46-
expect($value)->toBeArray();
47-
});

0 commit comments

Comments
 (0)