LLM Configuration Configure RuVLLM for local inference and fine-tuning. When to use When you need to configure local LLM inference, create MicroLoRA adapters for task-specific fine-tuning, or set up SONA for real-time adaptation. Steps 1. Check status — call to see current model and adapter state 2. Generate config — call with model parameters 3. Create MicroLoRA — call for task-specific adapters 4. Adapt MicroLoRA — call with training data 5. Create SONA — call for real-time neural adaptation 6. Adapt SONA — call with feedback signals MicroLoRA vs SONA | Feature | MicroLoRA | SONA | |-------…