You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
talk-codebase/talk_codebase
Saryev Rustam 5f08927c76 Refactor text loader and add repo check
- Refactored the text loader in utils.py to improve readability and maintainability.
- Added a new function called  in utils.py to check if the current directory is a git repository.
- Modified the  function in utils.py to ignore files and directories ignored by git.
- Added error handling to  function in utils.py to return  if the current directory is not a git repository.
1 year ago
..
__init__.py Add CLI for chatting with OpenAI model 1 year ago
cli.py Refactor text loader and add repo check 1 year ago
consts.py Refactor text loader and add repo check 1 year ago
llm.py Refactor text loader and add repo check 1 year ago
utils.py Refactor text loader and add repo check 1 year ago