Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
openai-php
/
client
/
src
/
Testing
/
Responses
/
Fixtures
/
Batches
Location:
/home/zoteqbgb/public_html/vendor/openai-php/client/src/Testing/Responses/Fixtures/Batches
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: BatchListResponseFixture.php
<?php namespace OpenAI\Testing\Responses\Fixtures\Batches; final class BatchListResponseFixture { public const ATTRIBUTES = [ 'object' => 'list', 'data' => [ [ 'id' => 'batch_abc123', 'object' => 'batch', 'endpoint' => '/v1/chat/completions', 'errors' => null, 'input_file_id' => 'file-abc123', 'completion_window' => '24h', 'status' => 'completed', 'output_file_id' => 'file-cvaTdG', 'error_file_id' => 'file-HOWS94', 'created_at' => 1711471533, 'in_progress_at' => 1711471538, 'expires_at' => 1711557933, 'finalizing_at' => 1711493133, 'completed_at' => 1711493163, 'failed_at' => null, 'expired_at' => null, 'cancelling_at' => null, 'cancelled_at' => null, 'request_counts' => [ 'total' => 100, 'completed' => 95, 'failed' => 5, ], 'metadata' => [ 'customer_id' => 'user_123456789', 'batch_description' => 'Nightly job', ], ], ], 'first_id' => 'batch_abc123', 'last_id' => 'batch_abc456', 'has_more' => true, ]; }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
BatchListResponseFixture.php
1,451 bytes
0644
2025-03-05 19:52
âï¸
ðï¸
Rename
BatchResponseFixture.php
1,001 bytes
0644
2025-03-05 19:52
âï¸
ðï¸
Rename
Chang
Apply