Skip to content

Commit c677403

Browse files
authored
Merge pull request #421 from open-edge-platform/update-branch
Update Edge AI Studio and remove unused microservices
2 parents 408180e + b2770e0 commit c677403

117 files changed

Lines changed: 8699 additions & 6959 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

usecases/ai/edge-ai-demo-studio/electron/package-lock.json

Lines changed: 47 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

usecases/ai/edge-ai-demo-studio/frontend/next.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import {
1010
SPEECH_TO_TEXT_PORT,
1111
TEXT_TO_SPEECH_PORT,
1212
IMAGE_GENERATION_PORT,
13+
SYNTHETIC_IMAGE_GENERATION_PORT,
1314
WAKE_WORD_DETECTION_PORT,
1415
TEXT_GENERATION_PORT,
1516
} from '@/lib/constants'
@@ -65,6 +66,10 @@ const nextConfig: NextConfig = {
6566
source: '/api/images/v1/:slug*',
6667
destination: `http://localhost:${IMAGE_GENERATION_PORT}/v3/images/:slug*`,
6768
},
69+
{
70+
source: '/api/synthetic-image-generation/:slug*',
71+
destination: `http://localhost:${SYNTHETIC_IMAGE_GENERATION_PORT}/:slug*`,
72+
},
6873
{
6974
source: '/api/wake-word-detection/:slug*',
7075
destination: `http://localhost:${WAKE_WORD_DETECTION_PORT}/:slug*`,

0 commit comments

Comments
 (0)