From 3b84cbf68ec877e2442cedd76a1f37c148b0b99a Mon Sep 17 00:00:00 2001 From: Adewale Abati Date: Fri, 24 Jan 2025 22:35:00 +0100 Subject: [PATCH] quickfix: Building docs site (#750) --- .../docs/guides/handling-llm-rate-limits-with-goose.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/documentation/docs/guides/handling-llm-rate-limits-with-goose.md b/documentation/docs/guides/handling-llm-rate-limits-with-goose.md index 32d65b3ce5..1bd0e6171e 100644 --- a/documentation/docs/guides/handling-llm-rate-limits-with-goose.md +++ b/documentation/docs/guides/handling-llm-rate-limits-with-goose.md @@ -3,6 +3,9 @@ title: LLM Rate Limits sidebar_position: 4 --- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + # Handling LLM Rate Limits Rate limiting is the process of restricting the number of requests a user or application can send to an LLM API within a specific timeframe. LLM providers enforce this with the purpose of managing resources and preventing abuse.