feat: add simplified LLM commands and presets with detailed CLI support
Implemented new simplified commands (`create-simple`, `train-simple`, `generate-simple`) for easier LLM model management. Added pre-configured model presets (`tiny`, `small`, `medium`, `large`) and enhanced options to streamline usage for beginners. Updated CLI and API documentation with detailed examples. Incremented version to 0.8.0.
This commit is contained in:
parent
cb43391ee2
commit
f0537a3fc4
4 changed files with 569 additions and 40 deletions
|
|
@ -3,4 +3,4 @@
|
|||
* Do not modify this file directly.
|
||||
*/
|
||||
|
||||
export const VERSION = '0.7.7';
|
||||
export const VERSION = '0.8.0';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue