Skip to content

Commit 38f5a28

Browse files
committed
update AI Server QuickStart
1 parent 263d005 commit 38f5a28

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

MyApp/_pages/ai-server/index.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,22 @@ title: Quick Start
33
description: Get AI Server up and running quickly
44
---
55

6-
To get started with AI Server, we need can use the following steps:
6+
Install AI Server by running [install.sh](https://github.com/ServiceStack/ai-server/blob/main/install.sh):
77

8-
- **Clone the Repository**: Clone the AI Server repository from GitHub.
9-
- **Run the Installer**: Run the `install.sh` to set up the AI Server and ComfyUI Agent.
8+
### 1. Clone the Repository
109

11-
### Quick Start Commands
10+
Clone the AI Server repository from GitHub:
1211

1312
```sh
1413
git clone https://github.com/ServiceStack/ai-server
14+
```
15+
16+
### 2. Run the Installer
17+
18+
```sh
1519
cd ai-server
1620
cat install.sh | bash
1721
```
18-
### Running the Installer
1922

2023
The installer will detect common environment variables for the supported AI Providers like OpenAI, Google, Anthropic, and others, and prompt ask you if you want to add them to your AI Server configuration.
2124

@@ -36,7 +39,7 @@ You can reset the process by deleting your local `App_Data` directory and rerunn
3639

3740
You will then be able to make requests to the AI Server API endpoints, and access the Admin Portal user interface like the [Chat interface](http://localhost:5005/admin/Chat) to use your AI Provider models.
3841

39-
### Optional ComfyUI Agent
42+
## Optional ComfyUI Agent
4043

4144
The installer will also ask if you want to install the ComfyUI Agent locally if you run AI server from the installer.
4245

0 commit comments

Comments
 (0)