mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
25 lines
561 B
JSON
25 lines
561 B
JSON
{
|
|
"id": "gpt-3.5-turbo",
|
|
"object": "model",
|
|
"created": 1677610602,
|
|
"owned_by": "openai",
|
|
"permission": [
|
|
{
|
|
"id": "modelperm-ZErASyl63fhYUeMMk7QKOHAB",
|
|
"object": "model_permission",
|
|
"created": 1677691854,
|
|
"allow_create_engine": false,
|
|
"allow_sampling": true,
|
|
"allow_logprobs": true,
|
|
"allow_search_indices": false,
|
|
"allow_view": true,
|
|
"allow_fine_tuning": false,
|
|
"organization": "*",
|
|
"group": null,
|
|
"is_blocking": false
|
|
}
|
|
],
|
|
"root": "gpt-3.5-turbo",
|
|
"parent": null
|
|
}
|