You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This document outlines the future direction and planned features for CoAiAPy.
4
+
5
+
## Future Features
6
+
7
+
### V1.0: Fine-Tuning Management
8
+
9
+
-**`coaia fuse finetune create`**: Upload a dataset file (e.g., from `datasets get --openai-ft`) to start a new fine-tuning job with providers like OpenAI or Google AI.
10
+
-**`coaia fuse finetune list`**: List all active fine-tuning jobs.
11
+
-**`coaia fuse finetune status <job_id>`**: Check the status of a specific fine-tuning job.
12
+
-**`coaia fuse finetune cancel <job_id>`**: Cancel an ongoing job.
0 commit comments