Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
openai-php
/
client
/
src
/
Testing
/
Responses
/
Fixtures
/
Chat
Location:
/home/zoteqbgb/public_html/vendor/openai-php/client/src/Testing/Responses/Fixtures/Chat
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: CreateResponseFixture.php
<?php namespace OpenAI\Testing\Responses\Fixtures\Chat; final class CreateResponseFixture { public const ATTRIBUTES = [ 'id' => 'chatcmpl-123', 'object' => 'chat.completion', 'created' => 1_677_652_288, 'model' => 'gpt-3.5-turbo', 'system_fingerprint' => null, 'choices' => [ [ 'index' => 0, 'message' => [ 'role' => 'assistant', 'content' => "\n\nHello there, this is a fake chat response.", 'function_call' => null, 'tool_calls' => [], ], 'finish_reason' => 'stop', ], ], 'usage' => [ 'prompt_tokens' => 9, 'completion_tokens' => 12, 'total_tokens' => 21, ], ]; }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
CreateResponseFixture.php
852 bytes
0644
2025-03-05 19:52
âï¸
ðï¸
Rename
CreateStreamedResponseFixture.txt
2,212 bytes
0644
2025-03-05 19:52
âï¸
ðï¸
Rename
Chang
Apply