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/index.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,18 @@ The installer will detect common environment variables for the supported AI Prov
23
23
24
24
Alternatively, you can specify which providers you want and provide the APIs before continuing with the installation.
25
25
26
+
## Accessing AI Server
27
+
28
+
Once the AI Server is running, you can access the Admin Portal at [http://localhost:5006/admin](http://localhost:5005/admin) to configure your AI providers and generate API keys.
29
+
If you first ran the AI Server with configured API Keys in your `.env` file, you providers will be automatically configured for the related services.
30
+
31
+
::: info
32
+
The default password to access the Admin Portal is `p@55wOrd`. You can change this in your `.env` file by setting the `AUTH_SECRET` or providing it during the installation process.
33
+
You can reset the process by deleting your local `App_Data` directory and rerunning `docker compose up` or re-running the `install.sh`.
34
+
:::
35
+
36
+
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.
37
+
26
38
### Optional ComfyUI Agent
27
39
28
40
The installer will also ask if you want to install the ComfyUI Agent locally if you run AI server from the installer.
@@ -45,13 +57,3 @@ These should be the accessible URLs for your AI Server and ComfyUI Agent. When r
45
57
If you want to reset the ComfyUI Agent settings, remember to remove the provider from the AI Server Admin Portal.
46
58
:::
47
59
48
-
## Accessing AI Server
49
-
50
-
Once the AI Server is running, you can access the Admin Portal at [http://localhost:5006/admin](http://localhost:5005/admin) to configure your AI providers and generate API keys.
51
-
If you first ran the AI Server with configured API Keys in your `.env` file, you providers will be automatically configured for the related services.
52
-
53
-
::: info
54
-
You can reset the process by deleting your local `App_Data` directory and rerunning `docker compose up`.
55
-
:::
56
-
57
-
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.
0 commit comments