run-llama / llama-hub

A library of data loaders for LLMs made by the community -- to be used with LlamaIndex and/or LangChain
https://llamahub.ai/
MIT License
3.43k stars 728 forks source link

Add timeout arg to github repo reader #873

Closed rwood-97 closed 6 months ago

rwood-97 commented 6 months ago

Description

This PR adds a timeout arg to the GithubRepositoryReader to allow users to specify a timeout when making requests. Fixes #846

Type of Change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Suggested Checklist:

anoopshrma commented 6 months ago

Thank you for the contribution!

nerdai commented 6 months ago

Thanks for the fix @rwood-97 !