mirror of
https://github.com/run-llama/llama-hub.git
synced 2025-12-25 14:09:36 +00:00
Refactor(GithubRepositoryReader): Add github_client argument
- Add github_client argument to GithubRepositoryReader constructor - Set default value for github_client argument - Update docstring to reflect changes
This commit is contained in:
parent
0f82eb0e57
commit
1bf025dd31
@ -65,9 +65,9 @@ class GithubRepositoryReader(BaseReader):
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
github_client: BaseGithubClient,
|
||||
owner: str,
|
||||
repo: str,
|
||||
github_client: BaseGithubClient = GithubClient(),
|
||||
use_parser: bool = True,
|
||||
verbose: bool = False,
|
||||
concurrent_requests: int = 5,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user