OpenAI's Code Interpreter - (★32.5k on GitHub) lets LLMs run code (Python, Javascript, Shell, and more) locally. You can chat with Open Interpreter through a ChatGPT-like interface in your terminal by running $ interpreter after installing.
This provides a natural-language interface to your computer's general-purpose capabilities:
- Create and edit photos, videos, PDFs, etc.
- Control a Chrome browser to perform research
- Plot, clean, and analyze large datasets
- ...etc.
#ai #code
This provides a natural-language interface to your computer's general-purpose capabilities:
- Create and edit photos, videos, PDFs, etc.
- Control a Chrome browser to perform research
- Plot, clean, and analyze large datasets
- ...etc.
#ai #code
👍4
PR-Agent - (★ 3k) is an open-source tool to help efficiently review and handle pull requests. It automatically analyzes the pull request and can provide several types of commands:
-
-
-
-
-
-
-
#ai #github #pr #code #review
-
/describe: Automatically generating PR description-
/review: Adjustable feedback about the PR main content-
/ask ...: Answering free-text questions about the PR-
/improve: Committable code suggestions for improving the PR. -
/update_changelog: Automatically updating the CHANGELOG.md file-
/add_docs: Automatically adds documentation to methods/functions/classes-
/analyze: Automatically analyzes the PR#ai #github #pr #code #review
👍1🎅1