Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
truemagic-coder committed Sep 4, 2024
1 parent c2ba790 commit cbbde1a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"CodeGPT.apiKey": "OpenAI"
"CodeGPT.apiKey": "OpenAI",
}
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,17 @@ https://github.com/user-attachments/assets/51cf6ad1-196c-44ab-99ba-0035365f1bbd
* Calculates and improves the complexity score using `complexipy` to be under 15
* Auto-formats the code with `autopep8`

## Community
* Join our community - [Nemo Agent Telegram Group](https://t.me/+f-6nu2mUpgtiOGUx)

## Coding Ability
* `leetcode` hards (app works - tests pass)
* `fastapi` or `flask` APIs (app works - tests pass)
* `flask` web apps (app works - tests pass)
* `streamlit` apps (app works - tests fail)
* `tkinter` apps (app works - tests fail)
* Note: `OpenAI` succeeds more often the `mistral-nemo` in their runs
* Note: Not all runs will be successful

## Install

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nemo-agent"
version = "2.0.1"
version = "2.0.2"
description = "Your Python AI Coder"
authors = ["Bevan Hunt <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit cbbde1a

Please sign in to comment.