Martha Tessema

Results 3 comments of Martha Tessema

There seems to be a typo in your startup script. Instead of -Dlog4j.configuation, it should be -Dlog4j.configuration. Corrected script: 3. Define `startup.sh` ```sh #!/bin/sh # # Copyright 2021 Netflix, Inc....

Introduce a Retry Mechanism for Rate Limit Errors: When a rate limit error is encountered, the code should wait for a period and then retry the request. Increase the Time...

> @bubalina I tried your solution and the rate limit continued to time out. This seems to be a common problem with openAI api calls. > > These articles describe...