Raymond Maarloeve
Loading...
Searching...
No Matches
LlmManager Member List

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
InstanceLlmManagerstatic
IsConnectedLlmManager
LLMQueue()LlmManagerstatic
LoadModel(string modelID, string path, Action< MessageDTO > onComplete, Action< string > onError)LlmManager
LogDebugLlmManager
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()LlmManagerstatic
UnloadModel(string modelID, Action< MessageDTO > onComplete, Action< string > onError)LlmManager