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
-5
Original file line number
Diff line number
Diff line change
@@ -83,8 +83,3 @@ This means you can switch to using typed APIs in your preferred language with yo
83
83
::include ai-server/cs/open-ai-requests-1.cs.md::
84
84
85
85
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.
Copy file name to clipboardExpand all lines: MyApp/_pages/ai-server/configuration.md
+21-4
Original file line number
Diff line number
Diff line change
@@ -84,13 +84,30 @@ Media Providers can also be configured in the Admin Portal. These include:
84
84
-**Image Generation**
85
85
-**Text-to-Speech**
86
86
87
-
## Generating AI Server API Keys
87
+
## Register AI Providers
88
88
89
-
API keys are used to authenticate requests to AI Server and are generated via the Admin Portal.
89
+
To let AI Server know about your API Providers or self-hosted instances by creating them in the **AI Provider** section where you can use **Custom** AI Provider type to register any OpenAI Chat compatible endpoint, e.g:
90
90
91
-
Here you can create new API keys, view existing keys, and revoke keys as needed.
0 commit comments