Skip to content

Commit 67e4cad

Browse files
committed
Update CLI Documentation with Latest LLM Model Option
- Updated CLI documentation to reflect the latest LLM model option - Changed example command to use `gpt-4o-mini` instead of `gpt-4-mini` - Minor documentation refinement for CLI feature
1 parent 0291a9c commit 67e4cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/cli.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ PraisonAI CLI provides a simple way to interact with AI agents directly from you
5252
<Accordion title="With LLM Option" icon="wand-magic-sparkles" defaultOpen>
5353
Specify a different LLM model:
5454
```bash
55-
praisonai "write a movie script in 3 lines" --llm gpt-4-mini
55+
praisonai "write a movie script in 3 lines" --llm gpt-4o-mini
5656
```
5757
</Accordion>
5858

0 commit comments

Comments
 (0)