openai/src/0e61da13-6429-426d-a6f9-f5723cd3b7b1/README.md

40 lines
1.5 KiB
Markdown
Raw Normal View History

2023-05-20 21:36:58 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class FineTunes (Details)
> namespace: **VDM\Joomla\Openai**
2023-10-10 12:52:38 +00:00
> extends: **Api**
2023-05-20 21:36:58 +00:00
```uml
@startuml
class FineTunes #Gold {
+ list() : ?object
}
note right of FineTunes::list
List your organization's fine-tuning jobs
API Ref: https://platform.openai.com/docs/api-reference/fine-tunes/list
since: 3.2.0
return: ?object
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)