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

Commit a1ac1ef

Browse files
authored
Update README.md to fix a bug in the example (#942)
Update example with the correct owner name so that it runs without any errors. In the absence of this change, the example throws a misleading error ``` KeyError: commit ```
1 parent 92cbd57 commit a1ac1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama_hub/github_repo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ from llama_hub.github_repo import GithubRepositoryReader, GithubClient
2323
github_client = GithubClient(os.getenv("GITHUB_TOKEN"))
2424
loader = GithubRepositoryReader(
2525
github_client,
26-
owner = "jerryjliu",
26+
owner = "run-llama",
2727
repo = "llama_index",
2828
filter_directories = (["llama_index", "docs"], GithubRepositoryReader.FilterType.INCLUDE),
2929
filter_file_extensions = ([".py"], GithubRepositoryReader.FilterType.INCLUDE),

0 commit comments

Comments
 (0)