Skip to content

Commit 180419a

Browse files
committed
Clean up ai-server docs.
1 parent 0d9a930 commit 180419a

File tree

7 files changed

+7
-106
lines changed

7 files changed

+7
-106
lines changed

MyApp/_includes/ai-server/cs/ai-server-queue-openai-chat-completion-1.cs.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

MyApp/_includes/ai-server/cs/ai-server-raw-1.cs.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

MyApp/_includes/ai-server/cs/convert-image-to-webp-1.cs.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

MyApp/_pages/ai-server/comfy-extension.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: ComfyUI Extension
3-
description: Installing and configuring the ComfyUI extension
2+
title: ComfyUI Agent
3+
description: Installing and configuring the ComfyUI Agent for AI Server
44
---
55

66
ComfyUI is a powerful workflow tool for various AI related tasks including the ability to create images from text, images from images, and more. It is a key component of AI Server that provides a wide range of processing capabilities.
@@ -11,7 +11,7 @@ As a way to leverage the ComfyUI API in a more accessible manner, we have create
1111

1212
Since a lot of AI workloads require GPUs or other specialized hardware, the ComfyUI Agent can be run on a separate machine with the necessary hardware, and AI Server can be configured to use it as a provider for these kinds of tasks.
1313

14-
## Installing the ComfyUI Extension
14+
## Installing the ComfyUI Agent
1515

1616
To install this more easily, [we have put together a Docker image and a Docker Compose file](https://github.com/serviceStack/agent-comfy) that you can use to get started with ComfyUI Agent in AI Server that is already bundled with the pretty simple extension, and all the necessary dependencies.
1717

@@ -40,7 +40,7 @@ To run the ComfyUI Agent, you can use the following steps:
4040
CIVITAI_TOKEN=your_civitai_api_key
4141
```
4242

43-
3. **Run the Docker Compose**: Start the ComfyUI extension with Docker Compose.
43+
3. **Run the Docker Compose**: Start the ComfyUI Agent with Docker Compose.
4444

4545
```sh
4646
docker compose up

MyApp/_pages/ai-server/sidebar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"link": "/ai-server/ollama"
1717
},
1818
{
19-
"text": "Comfy Extension",
19+
"text": "ComfyUI Agent",
2020
"link": "/ai-server/comfy-extension"
2121
}
2222
]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Alternatively, you can call the same endpoint asynchronously by using the `/api/
1818

1919
### Async Queue Open AI Chat Completion
2020

21-
::include ai-server/cs/ai-server-queue-openai-chat-completion-1.cs.md::
21+
::include ai-server/cs/queue-openai-chat-completion-1.cs.md::
2222

2323
Additional optional features on the request to enhance the usage of AI Server include:
2424

@@ -34,7 +34,7 @@ Additional optional features on the request to enhance the usage of AI Server in
3434
One advantage of using AI Server is that it provides a common set of request DTOs in 11 different languages that are compatible with OpenAI's API. This allows you to switch between OpenAI and AI Server without changing your client code.
3535
This means you can switch to using typed APIs in your preferred language with your existing service providers OpenAI compatible APIs, and optionally switch to AI Server when you're ready to self-host your AI services for better value.
3636

37-
::include ai-server/cs/ai-server-compatible-2.cs.md::
37+
::include ai-server/cs/open-ai-requests-1.cs.md::
3838

3939
This shows usage of the `OpenAiChat` request DTO directly with OpenAI's API using the ServiceStack `JsonApiClient`, so you get the benefits of using typed APIs in your preferred language with your existing service providers OpenAI compatible APIs.
4040

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

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)