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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Docker and [Ollama](https://ollama.com/).
18
18
4. Once the containers are ready, there's two ways to access the LLM: `http://localhost:3000/api/repos/{owner}/{repo}/prompt` REST API endpoint and the CLI application. Details for both are below.
19
19
20
20
> [!WARNING]
21
-
> GitHub's API [limits the requests for unauthenticated users](https://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api?apiVersion=2022-11-28). Provide a GitHub authentication token as instructed below to increate your rate limit.
21
+
> GitHub's API [limits the requests for unauthenticated users](https://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api?apiVersion=2022-11-28). Provide a GitHub authentication token as instructed below to increasee your rate limit if necessary.
22
22
23
23
### REST API
24
24
@@ -58,4 +58,4 @@ Setting `LOGGER_LEVEL=debug` in the `.env` file will enable logging and provide
0 commit comments