|
CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
|
#include <LLMConnection.h>
Public Member Functions | |
| LLMConstraints () | |
Public Attributes | |
| int32 | maxTokensPerRequest |
| int32 | maxRequestsPerMin |
| int32 | maxConcurrent |
| double | costCeiling |
Definition at line 133 of file LLMConnection.h.
|
inline |
Definition at line 139 of file LLMConnection.h.
References costCeiling, maxConcurrent, maxRequestsPerMin, and maxTokensPerRequest.
| double cmlabs::LLMConstraints::costCeiling |
Definition at line 137 of file LLMConnection.h.
Referenced by LLMConstraints().
| int32 cmlabs::LLMConstraints::maxConcurrent |
Definition at line 136 of file LLMConnection.h.
Referenced by LLMConstraints().
| int32 cmlabs::LLMConstraints::maxRequestsPerMin |
Definition at line 135 of file LLMConnection.h.
Referenced by LLMConstraints().
| int32 cmlabs::LLMConstraints::maxTokensPerRequest |
Definition at line 134 of file LLMConnection.h.
Referenced by LLMConstraints().