quickfix: Building docs site (#750)

This commit is contained in:
Adewale Abati
2025-01-24 22:35:00 +01:00
committed by GitHub
parent cf2b89b2b0
commit 3b84cbf68e

View File

@@ -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.