Skip to content

Commit af0c0fe

Browse files
committed
update home carousel
1 parent eaec68a commit af0c0fe

File tree

2 files changed

+72
-3
lines changed

2 files changed

+72
-3
lines changed

app/(home)/screenshot-screens.ts

Lines changed: 71 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,75 @@ export const screenshotScreens: ScreenshotScreen[] = [
105105
description: 'Enable or disable providers in real-time with automatic failover support',
106106
image: '/img/screenshots/screenshot-15.webp',
107107
alt: 'Provider management interface showing enabled and disabled providers'
108-
}
108+
},
109+
{
110+
id: 'gallery-portrait',
111+
title: '🎨 Media Gallery - Portrait',
112+
description: 'Media Gallery for managing and viewing generated images',
113+
image: '/img/screenshots/screenshot-16.webp',
114+
alt: 'Media Gallery interface showing generated images and audio files'
115+
},
116+
{
117+
id: 'gallery-square',
118+
title: '🖼️ Media Gallery - Square',
119+
description: 'Media Gallery for managing and viewing generated images',
120+
image: '/img/screenshots/screenshot-17.webp',
121+
alt: 'Media Gallery interface showing generated images and audio files'
122+
},
123+
{
124+
id: 'gallery-landscape',
125+
title: '🎨 Media Gallery - Landscape',
126+
description: 'Media Gallery for managing and viewing generated images',
127+
image: '/img/screenshots/screenshot-18.webp',
128+
alt: 'Media Gallery interface showing generated images and audio files'
129+
},
130+
{
131+
id: 'gallery-audio',
132+
title: '🎶 Media Gallery - Audio',
133+
description: 'Media Gallery for managing and listening to generated audio files',
134+
image: '/img/screenshots/screenshot-19.webp',
135+
alt: 'Media Gallery for managing and listening to generated audio files'
136+
},
137+
{
138+
id: 'run-python',
139+
title: '🐍 Run Python',
140+
description: 'Run Python code snippets in a sandboxed environment',
141+
image: '/img/screenshots/screenshot-20.webp',
142+
alt: 'Interface showing Python code execution within conversations'
143+
},
144+
{
145+
id: 'run-javascript',
146+
title: '🌐 Run JavaScript',
147+
description: 'Run JavaScript code snippets in a sandboxed environment',
148+
image: '/img/screenshots/screenshot-21.webp',
149+
alt: 'Run JavaScript code snippets in a sandboxed environment'
150+
},
151+
{
152+
id: 'run-typescript',
153+
title: '🛠️ Run TypeScript',
154+
description: 'Run TypeScript code snippets in a sandboxed environment',
155+
image: '/img/screenshots/screenshot-22.webp',
156+
alt: 'Run TypeScript code snippets in a sandboxed environment'
157+
},
158+
{
159+
id: 'run-csharp',
160+
title: '⚙️ Run C#',
161+
description: 'Run C# code snippets in a sandboxed environment',
162+
image: '/img/screenshots/screenshot-23.webp',
163+
alt: 'Run C# code snippets in a sandboxed environment'
164+
},
165+
{
166+
id: 'calc',
167+
title: '🖩 Evaluate Math Expressions',
168+
description: 'Evaluate Python mathematical expressions',
169+
image: '/img/screenshots/screenshot-24.webp',
170+
alt: 'Evaluate Python mathematical expressions'
171+
},
172+
{
173+
id: 'tool-calling',
174+
title: '🧰 Tool Calling',
175+
description: 'Call external tools and services from within conversations',
176+
image: '/img/screenshots/screenshot-25.webp',
177+
alt: 'Call external tools and services from within conversations'
178+
},
109179
]
110-

content/docs/media-generation/media-gallery.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Media Gallery
3-
description: Generate images and audio using various LLM providers
3+
description: Explore the Media Gallery for managing and viewing generated images and audio files
44
---
55

66
The [gallery](https://github.com/ServiceStack/llms/tree/main/llms/extensions/gallery) extension intercepts all generated image, audio & file assets and uploaded files in `~/.llms/cache` file storage whose metadata is maintained in a SQLite database.

0 commit comments

Comments
 (0)