Tips and Tricks
Handle API throttling problem
Some APIs might moderate the rate at which we can query them. In this case adding the following prompts to the query should help. The exact sleep time will depend on the API.
JSON error message
If the output has the following error message:
then adding the following prompt to the query might help:
Last updated