mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 14:44:21 +01:00
quickfix: Building docs site (#750)
This commit is contained in:
@@ -3,6 +3,9 @@ title: LLM Rate Limits
|
|||||||
sidebar_position: 4
|
sidebar_position: 4
|
||||||
---
|
---
|
||||||
|
|
||||||
|
import Tabs from '@theme/Tabs';
|
||||||
|
import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
# Handling LLM Rate Limits
|
# 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.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user