Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
openai-php
/
client
/
src
/
Testing
/
Responses
/
Fixtures
/
Completions
Location:
/home/zoteqbgb/public_html/vendor/openai-php/client/src/Testing/Responses/Fixtures/Completions
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: CreateResponseFixture.php
<?php namespace OpenAI\Testing\Responses\Fixtures\Completions; final class CreateResponseFixture { public const ATTRIBUTES = [ 'id' => 'cmpl-uqkvlQyYK7bGYrRHQ0eXlWi7', 'object' => 'text_completion', 'created' => 1_589_478_378, 'model' => 'gpt-3.5-turbo-instruct', 'choices' => [ [ 'text' => "\n\nThis is a fake completion response.", 'index' => 0, 'logprobs' => null, 'finish_reason' => 'length', ], ], 'usage' => [ 'prompt_tokens' => 5, 'completion_tokens' => 7, 'total_tokens' => 12, ], ]; }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
CreateResponseFixture.php
692 bytes
0644
2025-03-05 19:52
âï¸
ðï¸
Rename
CreateStreamedResponseFixture.txt
2,246 bytes
0644
2025-03-05 19:52
âï¸
ðï¸
Rename
Chang
Apply