Skip to content

Commit 807c117

Browse files
committed
Initial restructure
1 parent 2023d3f commit 807c117

12 files changed

+11
-30
lines changed

MyApp/_pages/ai-server/install/configuration.md renamed to MyApp/_pages/ai-server/configuration.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: Configuring AI Server
33
---
44

5-
# Configuring AI Server
6-
75
AI Server makes orchestration of various AI providers easy by providing a unified gateway to process LLM, AI, and image transformation requests.
86
It comes with an Admin Portal that allows you to configure your AI providers and generate API keys to control access.
97

MyApp/_pages/ai-server/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@ title: Overview
33
description: Introduction to AI Server and its key features
44
---
55

6-
# Overview
7-
86
AI Server is a way to orchestrate your AI requests through a single self-hosted application to control what AI Providers you use without impacting your client integrations. It serves as a private gateway to process LLM, AI, and image transformation requests, dynamically delegating tasks across multiple providers including Ollama, OpenRouter, Replicate, Comfy UI, Whisper, and ffmpeg.
97

10-
118
## Key Features
129

1310
- **Unified AI Gateway**: Centralize all your AI requests through a single self-hosted service.

MyApp/_pages/ai-server/install/ollama.md renamed to MyApp/_pages/ai-server/ollama.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: Self-hosted AI Providers with Ollama
33
---
44

5-
# Self-hosted AI Providers with Ollama
6-
75
Ollama can be used as an AI Provider type to process LLM requests in AI Server.
86

97
## Setting up Ollama

MyApp/_pages/ai-server/install/quickstart.md renamed to MyApp/_pages/ai-server/quickstart.md

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

6-
## Quick Start
7-
86
To get started with AI Server, we need can use the following steps:
97

108
- **Clone the Repository**: Clone the AI Server repository from GitHub.

MyApp/_pages/ai-server/sidebar.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
"children": [
66
{
77
"text": "Quick Start",
8-
"link": "/ai-server/install/quickstart"
8+
"link": "/ai-server/quickstart"
99
},
1010
{
1111
"text": "Configuration",
12-
"link": "/ai-server/install/configuration"
12+
"link": "/ai-server/configuration"
1313
},
1414
{
1515
"text": "Ollama",
16-
"link": "/ai-server/install/ollama"
16+
"link": "/ai-server/ollama"
1717
},
1818
{
1919
"text": "Comfy Extension",
20-
"link": "/ai-server/install/comfy-extension"
20+
"link": "/ai-server/comfy-extension"
2121
}
2222
]
2323
},

MyApp/_pages/ai-server/usage/audio-endpoints.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
2-
title: "Transcribing Audio"
2+
title: Transcribing Audio
33
---
44

5-
# Transcribing Audio
6-
75
AI Server can transcribe audio files to text using the Speech-to-Text provider. This is powered by the Whisper model and is hosted on your own ComfyUI Agent.
86

97
## Using Speech-to-Text

MyApp/_pages/ai-server/usage/chat.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: AI Server API Usage
33
---
44

5-
# AI Server API Usage
6-
75
AI Server provides a unified API to process requests for AI services to access LLMs, Image Generation, Transcription, and more. The API is designed to be simple to use and easy to integrate into your applications providing many supported languages and frameworks.
86

97
## Making a Chat Request

MyApp/_pages/ai-server/usage/image-endpoints.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
2-
title: "Image to Image"
3-
description: "Generating images from images with AI Server"
2+
title: Image to Image
3+
description: Generating images from images with AI Server
44
---
55

6-
# Image to Image
7-
86
AI Server has built-in ComfyUI workflows for doing image-to-image generation tasks like inpainting. This takes an image as input and generates a new image based on the input image and any additional prompts you provide.
97

108
## Other Image to Image Tasks

MyApp/_pages/ai-server/usage/index.md

Whitespace-only changes.

MyApp/_pages/ai-server/usage/text-to-image.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
2-
title: "Text to Image"
3-
description: "Generating images from text with AI Server"
2+
title: Text to Image
3+
description: Generating images from text with AI Server
44
---
55

6-
# Text to Image
7-
86
As well as interacting with LLMs to generate text, AI Server can also generate images from text from a few different providers.
97

108
- **DALL-E**

MyApp/_pages/ai-server/usage/video.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
2-
title: "Video Endpoints"
3-
description: "Processing videos with AI Server"
2+
title: Video Endpoints
3+
description: Processing videos with AI Server
44
---
55

6-
# Processing Videos with AI Server
7-
86
Also incorporated into the ComfyUI Agent is FFmpeg, which can be used to process videos. AI Server wraps some common operations into easier-to-use endpoints, such as:
97

108
- **Crop Video**: Crop a video to a specific size.

0 commit comments

Comments
 (0)