|
CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
|
Per-connection constraints declared on the <llm> element.
More...
#include <LLMConnection.h>
Public Member Functions | |
| LLMConstraints () | |
Public Attributes | |
| int32 | maxTokensPerRequest |
| int32 | maxRequestsPerMin |
| int32 | maxConcurrent |
| double | costCeiling |
Per-connection constraints declared on the <llm> element.
Definition at line 190 of file LLMConnection.h.
|
inline |
Definition at line 196 of file LLMConnection.h.
References costCeiling, maxConcurrent, maxRequestsPerMin, and maxTokensPerRequest.
| double cmlabs::LLMConstraints::costCeiling |
Definition at line 194 of file LLMConnection.h.
Referenced by LLMConstraints().
| int32 cmlabs::LLMConstraints::maxConcurrent |
Definition at line 193 of file LLMConnection.h.
Referenced by LLMConstraints().
| int32 cmlabs::LLMConstraints::maxRequestsPerMin |
Definition at line 192 of file LLMConnection.h.
Referenced by LLMConstraints().
| int32 cmlabs::LLMConstraints::maxTokensPerRequest |
Definition at line 191 of file LLMConnection.h.
Referenced by LLMConstraints().