Skip to content

Commit 8488e33

Browse files
committed
added rate limit troubleshooting
1 parent cd11ce2 commit 8488e33

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

llm_quiz_generator/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,7 @@ python main.py
9696
```
9797
This will extract the text from the PDFs, generate multiple-choice questions (MCQs) using the language model, and save the output the folder named `Source`.
9898
99+
---
100+
101+
## Rate Limits and Troubleshooting
102+
Please note that the free tier of Groq API has rate limits, which may cause errors if too many requests are made in a short period of time. If you encounter a rate limit error, try reducing the number of PDFs in the 'Source' folder or lower the number of questions being generated. This should help avoid hitting the rate limits. For more information on the exact rate limits, please refer to the [Groq API documentation](https://console.groq.com/settings/limits).

0 commit comments

Comments
 (0)