(no title)
mufeedvh | 2 years ago
- Rewrite the code to another language.
- Find bugs/security vulnerabilities.
- Document the code.
- Implement new features.
You can customize the prompt template to achieve any of the desired use cases. It essentially traverses a codebase and creates a prompt with all source files combined. In short, it automates copy-pasting multiple source files into your prompt and formatting them along with letting you know how many tokens your code consumes.
smcleod|2 years ago
I could see this tool being useful for a few of my use cases, thank you.
mufeedvh|2 years ago
printvoid|1 year ago
mufeedvh|1 year ago
For reference:
- The Flask web framework for Python: 131880 tokens
- The Spring Framework for Java: 11070559 tokens
myyke|2 years ago