Skip to content

Commit 0865109

Browse files
update readme
1 parent 6cbbab3 commit 0865109

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ https://github.com/user-attachments/assets/51cf6ad1-196c-44ab-99ba-0035365f1bbd
4949
* No GPU requirement
5050

5151
#### Requirements Installation
52-
* Install OpenAI or Claude API KEY for `zsh` shell
52+
* Install OpenAI, Claude, or GEMINI API KEY for `zsh` shell
5353
* `echo 'export OPENAI_API_KEY="YOUR_API_KEY"' >> ~/.zshrc` or
5454
* `echo 'export ANTHROPIC_API_KEY="YOUR_API_KEY"' >> ~/.zshrc` or
5555
* `echo 'export GEMINI_API_KEY="YOUR_API_KEY"' >> ~/.zshrc`

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 = "3.0.1"
3+
version = "3.0.2"
44
description = "Your Python AI Coder"
55
authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)