Skip to content

Commit cdb0076

Browse files
committed
Add faq for github rate limit
1 parent 3055632 commit cdb0076

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/docs/09-faqs.md

+3
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,6 @@ This tells the LLM (by way of a [system message](https://platform.openai.com/doc
5353

5454
This context also automatically shares the `sys.ls`, `sys.read`, and `sys.write` tools with the tool that is using it as a context. This is because if a tool intends to interact with the workspace, it minimally needs these tools.
5555

56+
### I am rate limted by GitHub when executing GPTScripts. What can be done to workaround this?
57+
58+
`GITHUB_AUTH_TOKEN` environment variable can be set to allow for GPTScripts to make authenticated github requests which will get you a higher rate limit.

0 commit comments

Comments
 (0)