![]() |
Raymond Maarloeve
|
This is the complete list of members for LlmManager, including all inherited members.
Chat(string modelID, List< Message > messages, Action< ChatResponseDTO > onComplete, Action< string > onError, float top_p=0.95f, float temperature=0.8f, int maxTokens=4096) | LlmManager | |
Connect(Action< bool > onComplete) | LlmManager | |
GenericComplete(MessageDTO message) | LlmManager | |
Get< T >(string endpoint, Action< T > onSuccess, Action< string > onError) | LlmManager | |
Instance | LlmManager | static |
IsConnected | LlmManager | |
LLMQueue() | LlmManager | static |
LoadModel(string modelID, string path, Action< MessageDTO > onComplete, Action< string > onError) | LlmManager | |
LogDebug | LlmManager | |
QueuePostRequest< T, TRequest >(string endpoint, TRequest data, Action< T > onSuccess, Action< string > onError) | LlmManager | |
Register(string modelID, string path, Action< MessageDTO > onComplete, Action< string > onError) | LlmManager | |
Setup(string api) | LlmManager | |
Status(Action< StatusDTO > onComplete, Action< string > onError) | LlmManager | |
StatusCommand() | LlmManager | static |
UnloadModel(string modelID, Action< MessageDTO > onComplete, Action< string > onError) | LlmManager |