diff --git a/llama_hub/github_repo/README.md b/llama_hub/github_repo/README.md index aa9cde0d5d..8ac7d85f67 100644 --- a/llama_hub/github_repo/README.md +++ b/llama_hub/github_repo/README.md @@ -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),