You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/09-faqs.md
+3
Original file line number
Diff line number
Diff line change
@@ -53,3 +53,6 @@ This tells the LLM (by way of a [system message](https://platform.openai.com/doc
53
53
54
54
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.
55
55
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