File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 5555* ` gemini ` : ` uvx nemo-agent --provider gemini `
5656
5757### Supported Models
58- * ` openai ` is ` gpt-4.1-mini ` (default)
59- * ` gemini ` is ` gemini-2.5-flash-preview-04-17 `
58+ * ` openai ` is ` gpt-4.1-mini ` (default) and ` o4-mini `
59+ * ` gemini ` is ` gemini-2.5-flash-preview-04-17 ` (default)
60+
61+ ### Calling Non-Default Models
62+ * ` uvx nemo-agent --model o4-mini `
6063
6164### Import Reference Documentation Into Prompt
6265* Documentation files must be either: .md (Markdown) or .txt (Text) and be located in a folder
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " nemo-agent"
3- version = " 4.0.0 "
3+ version = " 4.0.1 "
44description = " Your Python AI Coder"
55authors = [" Bevan Hunt <bevan@bevanhunt.com>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments