mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-06 00:54:23 +00:00
Fix typos and consistent naming for Llamactl across documentation
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# API Reference
|
||||
|
||||
Complete reference for the LlamaCtl REST API.
|
||||
Complete reference for the Llamactl REST API.
|
||||
|
||||
## Base URL
|
||||
|
||||
@@ -314,7 +314,7 @@ GET /api/system/info
|
||||
|
||||
### Get Configuration
|
||||
|
||||
Get current LlamaCtl configuration.
|
||||
Get current Llamactl configuration.
|
||||
|
||||
```http
|
||||
GET /api/config
|
||||
@@ -322,7 +322,7 @@ GET /api/config
|
||||
|
||||
### Update Configuration
|
||||
|
||||
Update LlamaCtl configuration (requires restart).
|
||||
Update Llamactl configuration (requires restart).
|
||||
|
||||
```http
|
||||
PUT /api/config
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Managing Instances
|
||||
|
||||
Learn how to effectively manage your Llama.cpp instances with LlamaCtl.
|
||||
Learn how to effectively manage your Llama.cpp instances with Llamactl.
|
||||
|
||||
## Instance Lifecycle
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Web UI Guide
|
||||
|
||||
The LlamaCtl Web UI provides an intuitive interface for managing your Llama.cpp instances.
|
||||
The Llamactl Web UI provides an intuitive interface for managing your Llama.cpp instances.
|
||||
|
||||
## Overview
|
||||
|
||||
@@ -169,7 +169,7 @@ If authentication is enabled:
|
||||
### Common UI Issues
|
||||
|
||||
**Page won't load:**
|
||||
- Check if LlamaCtl server is running
|
||||
- Check if Llamactl server is running
|
||||
- Verify the correct URL and port
|
||||
- Check browser console for errors
|
||||
|
||||
|
||||
Reference in New Issue
Block a user