Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Update README.md to fix a bug in the example #942

Merged
merged 1 commit into from
Feb 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion llama_hub/github_repo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ from llama_hub.github_repo import GithubRepositoryReader, GithubClient
github_client = GithubClient(os.getenv("GITHUB_TOKEN"))
loader = GithubRepositoryReader(
github_client,
owner = "jerryjliu",
owner = "run-llama",
repo = "llama_index",
filter_directories = (["llama_index", "docs"], GithubRepositoryReader.FilterType.INCLUDE),
filter_file_extensions = ([".py"], GithubRepositoryReader.FilterType.INCLUDE),
Expand Down
Loading