Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ILLMDriver ¶
type ILLMDriver interface { Uid() string GetOptions() (response *llm_commons.LLMDriverOptions) Submit(request *llm_commons.LLMRequest) (response *llm_commons.LLMResponse, err error) }
Click to show internal directories.
Click to hide internal directories.