Skip to content

Commit 75aec15

Browse files
add support for o4-mini
1 parent aa39513 commit 75aec15

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,11 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nemo-agent"
3-
version = "4.0.0"
3+
version = "4.0.1"
44
description = "Your Python AI Coder"
55
authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)