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 @@
|
||||
# Configuration
|
||||
|
||||
LlamaCtl can be configured through various methods to suit your needs.
|
||||
Llamactl can be configured through various methods to suit your needs.
|
||||
|
||||
## Configuration File
|
||||
|
||||
@@ -39,7 +39,7 @@ limits:
|
||||
|
||||
## Environment Variables
|
||||
|
||||
You can also configure LlamaCtl using environment variables:
|
||||
You can also configure Llamactl using environment variables:
|
||||
|
||||
```bash
|
||||
# Server settings
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# Installation
|
||||
|
||||
This guide will walk you through installing LlamaCtl on your system.
|
||||
This guide will walk you through installing Llamactl on your system.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
Before installing LlamaCtl, ensure you have:
|
||||
Before installing Llamactl, ensure you have:
|
||||
|
||||
- Go 1.19 or later
|
||||
- Git
|
||||
@@ -52,4 +52,4 @@ llamactl --version
|
||||
|
||||
## Next Steps
|
||||
|
||||
Now that LlamaCtl is installed, continue to the [Quick Start](quick-start.md) guide to get your first instance running!
|
||||
Now that Llamactl is installed, continue to the [Quick Start](quick-start.md) guide to get your first instance running!
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
# Quick Start
|
||||
|
||||
This guide will help you get LlamaCtl up and running in just a few minutes.
|
||||
This guide will help you get Llamactl up and running in just a few minutes.
|
||||
|
||||
## Step 1: Start LlamaCtl
|
||||
## Step 1: Start Llamactl
|
||||
|
||||
Start the LlamaCtl server:
|
||||
Start the Llamactl server:
|
||||
|
||||
```bash
|
||||
llamactl
|
||||
```
|
||||
|
||||
By default, LlamaCtl will start on `http://localhost:8080`.
|
||||
By default, Llamactl will start on `http://localhost:8080`.
|
||||
|
||||
## Step 2: Access the Web UI
|
||||
|
||||
@@ -20,7 +20,7 @@ Open your web browser and navigate to:
|
||||
http://localhost:8080
|
||||
```
|
||||
|
||||
You should see the LlamaCtl web interface.
|
||||
You should see the Llamactl web interface.
|
||||
|
||||
## Step 3: Create Your First Instance
|
||||
|
||||
|
||||
Reference in New Issue
Block a user