Skip to content

Commit 621b45c

Browse files
committed
updates
1 parent 557c153 commit 621b45c

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

MyApp/_pages/autoquery/text-to-blazor.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ title: Text to Blazor CRUD App
1212
<a href="https://servicestack.net/text-to-blazor" class="text-3xl text-indigo-600 hover:text-indigo-800">https://servicestack.net/text-to-blazor</a>
1313
</div>
1414

15-
This will query 5 different high quality AI models to generate 5 different Data Models, APIs, DB Migrations
16-
and Admin UIs which you can browse to find the one that best matches your requirements.
15+
This will query 5 different leading AI coding models to generate 5x different Data Models, APIs, DB Migrations and Admin UIs which you choose amongst to pick the best one that matches your requirements for your new CRUD App:
1716

18-
[![](/img/pages/okai/text-to-blazor-gen.webp)](https://servicestack.net/text-to-blazor)
17+
[![](/img/pages/okai/text-to-blazor-premium.webp)](/text-to-blazor)
1918

2019
### Using AI to only generate Data Models
2120

Binary file not shown.
Binary file not shown.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import AudioPlayer from "../podcasts/AudioPlayer.mjs"
2+
3+
export default {
4+
install(app) {
5+
},
6+
components: {
7+
AudioPlayer,
8+
},
9+
setup() {
10+
return { }
11+
}
12+
}

0 commit comments

Comments
 (0)