Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
sergix44 committed Mar 24, 2024
1 parent 00c6b99 commit afbf196
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/ExampleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});

0 comments on commit afbf196

Please sign in to comment.