Title here
Summary here
An AI Function is a modular software component that performs machine learning or AI operations like prediction, classification, or data processing.
llm_init_async()
Initialize the LLM virtual machine (the model loaded is LLama 3.2 3B).
Note: WebGPU support is required.
llm_request_async(prompt: str)
Send a request to LLM virtual machine.
prompt (str)
: Request prompt.str
representing the response of llm.