Skip to content

Commit 7e5087f

Browse files
committed
Publish custom Explorer UI post/podcast
1 parent 320a2bc commit 7e5087f

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

MyApp/_podcasts/2025-11-04_ai-chat-explorer.md renamed to MyApp/_podcasts/2025-11-25_ai-chat-explorer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Creating a custom Explorer UI for OpenAIs Chat API
33
summary: Learning how to create a customized API Explorer API UIs like ChatCompletion's UI
44
tags: [llms,ai,openai,chat]
55
author: Demis Bellot
6-
url: https://media.servicestack.com/podcasts/apikey_auth_apis.mp3
7-
media: {size:11945780,duration:837.328980,format:mp3}
6+
url: https://media.servicestack.com/podcasts/ai-chat-explorer.mp3
7+
media: {size:12740170,duration:898.287166,format:mp3}
88
---
99

1010
The episode discusses the process of **creating a custom API Explorer UI** specifically for OpenAI's Chat API,

MyApp/_posts/2025-11-24_ai-chat-explorer.md renamed to MyApp/_posts/2025-11-25_ai-chat-explorer.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ summary: Learning how to create a customized API Explorer API UIs like ChatCompl
44
tags: [llms,ai,openai,chat]
55
author: Demis Bellot
66
image: ./img/posts/ai-chat-explorer/bg.webp
7-
draft: true
87
---
98

109
Anyone who's used ServiceStack's built-in [API Explorer](https://docs.servicestack.net/api-explorer) or
@@ -269,3 +268,24 @@ public class ConfigureAiChat : IHostingStartup
269268
});
270269
}
271270
```
271+
272+
273+
## Learn more about AI Chat
274+
275+
To dive deeper into what AI Chat can do:
276+
277+
- Read the [AI Chat API docs](https://docs.servicestack.net/ai-chat-api) to integrate AI into your own services and apps.
278+
- Explore the [AI Chat UI guide](https://docs.servicestack.net/ai-chat-ui) to customize the built-in experience.
279+
- Use [Admin UI](https://docs.servicestack.net/ai-chat-analytics) to inspect analytics, monitor usage, and review audit history.
280+
281+
282+
<div class="pt-12 not-prose flex justify-center">
283+
<a href="https://docs.servicestack.net/ai-chat-api"
284+
class="group relative inline-flex items-center rounded-full bg-gradient-to-r from-sky-400 vithe UX Hot reloading of npm UIsa-cyan-400 to-emerald-400 p-[1.5px] shadow-md">
285+
<span class="inline-flex items-center gap-2.5 rounded-full bg-white px-6 py-3 text-base font-semibold text-slate-900 transition group-hover:bg-slate-50">
286+
<span class="h-2.5 w-2.5 rounded-full bg-gradient-to-r from-sky-400 to-cyan-400 shadow-[0_0_7px_rgba(56,189,248,0.7)]"></span>
287+
<span class="tracking-wide">ServiceStack AI Chat</span>
288+
<span class="ml-1 text-slate-400 transition-transform group-hover:translate-x-0.5">&rarr;</span>
289+
</span>
290+
</a>
291+
</div>

0 commit comments

Comments
 (0)