Skip to content

Commit

Permalink
[Inference API] Update rate limit link to point to docs instead of bl…
Browse files Browse the repository at this point in the history
…og (#108598)
  • Loading branch information
timgrein authored May 14, 2024
1 parent e01600d commit 589d927
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class CohereServiceSettings extends FilteredXContentObject implements Ser
public static final String OLD_MODEL_ID_FIELD = "model";
public static final String MODEL_ID = "model_id";
private static final Logger logger = LogManager.getLogger(CohereServiceSettings.class);
// The rate limit defined here is pulled for the blog: https://txt.cohere.com/free-developer-tier-announcement/ for the production tier
// Production key rate limits for all endpoints: https://docs.cohere.com/docs/going-live#production-key-specifications
// 10K requests a minute
private static final RateLimitSettings DEFAULT_RATE_LIMIT_SETTINGS = new RateLimitSettings(10_000);

Expand Down

0 comments on commit 589d927

Please sign in to comment.