You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MyApp/_pages/ai-server/chat.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,17 @@ title: AI Server API Usage
4
4
5
5
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.
6
6
7
+
## Chat UI
8
+
9
+
AI Server's Chat UI lets upi send Open AI Chat requests with custom system prompts to any of its active LLMs:
To make a chat request to AI Server, you can use the `/api/OpenAiChatCompletion` endpoint. This endpoint requires a `OpenAiChatCompletion` request DTO that contains a property matching the `OpenAI` API.
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.
Alternatively, you can specify which providers you want and provide the APIs before continuing with the installation.
30
29
@@ -40,13 +39,29 @@ You can reset the process by deleting your local `App_Data` directory and rerunn
40
39
41
40
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.
42
41
43
-
### Optional ComfyUI Agent
42
+
### Optional - Install ComfyUI Agent
43
+
44
+
If your server also has a GPU you can ask the installer to also install the [ComfyUI Agent](/ai-server/comfy-extension) locally:
44
45
45
-
The installer will also ask if you want to install the ComfyUI Agent locally if you run AI server from the installer.
Copy file name to clipboardExpand all lines: MyApp/_pages/ai-server/speech-to-text.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,18 @@ title: Speech to Text
4
4
5
5
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.
6
6
7
+
## Speech to Text UI
8
+
9
+
AI Server's Speech to Text UI lets you transcribe audio files from its active Comfy UI Agents:
Copy file name to clipboardExpand all lines: MyApp/_pages/ai-server/transform/video.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@ description: Processing videos with AI Server
5
5
6
6
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:
7
7
8
-
-**Crop Video**: Crop a video to a specific size.
9
-
-**Convert Video**: Convert a video to a different format.
10
-
-**Scale Video**: Scale a video to a different resolution.
11
-
-**Watermark Video**: Add a watermark to a video.
12
-
-**Trim Video**: Trim a video to a specific length.
8
+
-**Crop Video** - Crop a video to a specific size
9
+
-**Convert Video** - Convert a video to a different format
10
+
-**Scale Video** - Scale a video to a different resolution
11
+
-**Watermark Video** - Add a watermark to a video
12
+
-**Trim Video** - Trim a video to a specific length
0 commit comments