auto-codebase-documenter
auto-codebase-documenter copied to clipboard
A tool that will use generative AI to automatically create documentation for every file in your codebase
The number of tokens is overshoot how can we fix that?
It will be good if we can choose the language of the documentation. I've tried to force french in the "override_ai_prompt" but it doesn't work
Traceback (most recent call last): File "/home/devly/PycharmProjects/restaurant_lemy/venv/bin/auto-codebase-documenter", line 8, in sys.exit(main()) File "/home/devly/PycharmProjects/restaurant_lemy/venv/lib/python3.10/site-packages/auto_codebase_documenter/auto_documenter.py", line 114, in main document_code( File "/home/devly/PycharmProjects/restaurant_lemy/venv/lib/python3.10/site-packages/auto_codebase_documenter/auto_documenter.py", line 55, in document_code documenter.process_all_files() File "/home/devly/PycharmProjects/restaurant_lemy/venv/lib/python3.10/site-packages/auto_codebase_documenter/AutoCodebaseDocumenter.py", line 191, in...