Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Code/README Analysis Capability with GPT #1

Open
yippp opened this issue Jun 18, 2023 · 1 comment
Open

Feature Request: Code/README Analysis Capability with GPT #1

yippp opened this issue Jun 18, 2023 · 1 comment

Comments

@yippp
Copy link

yippp commented Jun 18, 2023

As an interesting and promising project, I believe there is significant potential in enhancing the code analysis capabilities. Currently, the project only supports a specific docstring format. To improve usability and flexibility, I propose implementing the following enhancements:

Utilize GPT for Code Analysis: Call LLM to analyze code and generate function descriptions. This would enable the project to function effectively even without a mandatory docstring format. The GPT model can leverage detailed type hints within the code to provide accurate function descriptions.

Automated Function Generation from PYPI README: Explore the possibility of leveraging GPT to analyze the README files of Python packages available on PYPI. This analysis would allow ToolGPT to automatically generate functions based on the information extracted from the README. By automating this process, users can conveniently generate functions for their code, saving time and effort.

@tehruhn
Copy link
Owner

tehruhn commented Jun 18, 2023

Sounds like a good idea, and this is definitely something I have considered as well. Something is in the pipeline for this, but I definitely welcome pull requests with improvements!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants