From 0e12a69633d87244c609810d031435c4df4cd259 Mon Sep 17 00:00:00 2001 From: longhutianjie Date: Tue, 3 Sep 2024 22:51:31 +0800 Subject: [PATCH] chore: fix some comments Signed-off-by: longhutianjie --- integrations/CONTRIBUTING.md | 2 +- integrations/finbert/src/agents/finbert_agent.py | 2 +- .../hackathons/career-craft/src/agents/resume creation/agent.py | 2 +- integrations/seo-agent/wrapper.py | 2 +- python/docs/installation.md | 2 +- python/scripts/do_release.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/integrations/CONTRIBUTING.md b/integrations/CONTRIBUTING.md index b82b9f38..5cbddb4a 100644 --- a/integrations/CONTRIBUTING.md +++ b/integrations/CONTRIBUTING.md @@ -56,4 +56,4 @@ Further details on `conventional commits` can be found here: str: """ - Compares 2 websites based on keywords and return a assesment why one is better ranked than the other + Compares 2 websites based on keywords and return a assessment why one is better ranked than the other """ prompt = f""" diff --git a/python/docs/installation.md b/python/docs/installation.md index e20113ca..4526b09a 100644 --- a/python/docs/installation.md +++ b/python/docs/installation.md @@ -5,7 +5,7 @@ The system requirements for the Python μAgents package are as follows, but libraries for more platforms and languages will be released soon. !!! Info "System requirements" - The Python μAgents pacakge runs on `Ubuntu/Debian`, `MacOS`, and `Windows`. + The Python μAgents package runs on `Ubuntu/Debian`, `MacOS`, and `Windows`. You need Python 3.8, 3.9, 3.10 or 3.11 on your system. diff --git a/python/scripts/do_release.py b/python/scripts/do_release.py index 48fe1c0d..12fc9676 100755 --- a/python/scripts/do_release.py +++ b/python/scripts/do_release.py @@ -92,7 +92,7 @@ def upload_packages(self): stderr=sys.stderr, ) if result.returncode != 0: - raise RuntimeError("Upload pacakges failed!") + raise RuntimeError("Upload packages failed!") def main(self): """Run release process."""