diff --git a/.vscode/settings.json b/.vscode/settings.json index 3be8867..37617b5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "CodeGPT.apiKey": "OpenAI" + "CodeGPT.apiKey": "OpenAI", } \ No newline at end of file diff --git a/README.md b/README.md index 45caa72..1fcabff 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 3140591..067b4c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"