Sun Jun 9 03:06:25 CDT 2024
This module provides functions to count tokens in text, read a repository's context,
and query the GPT-4o model with the repository's context and a user query.
It ensures the token limit is not exceeded and provides meaningful error messages if it is.
It supports using an ignore file (gitignore syntax) as well as an additional_ignore array
For excluding files from the analysis. Note that it seems illogical to include
binary files in the analysis and
Needed updates: Handle binary files like png and svg specially.
Generated with the help of ChatGPT GPT-4o web interface.
Sun Jun 9 03:06:25 CDT 2024 This module provides functions to count tokens in text, read a repository's context, and query the GPT-4o model with the repository's context and a user query. It ensures the token limit is not exceeded and provides meaningful error messages if it is.
It supports using an ignore file (gitignore syntax) as well as an additional_ignore array For excluding files from the analysis. Note that it seems illogical to include binary files in the analysis and
Needed updates: Handle binary files like png and svg specially.
Generated with the help of ChatGPT GPT-4o web interface.