Skip to content

Commit 02e5f18

Browse files
committed
created
1 parent f874ed6 commit 02e5f18

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

ROADMAP.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Project Roadmap
2+
3+
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

Comments
 (0)