Skip to content

Commit 6cb19d6

Browse files
committed
Add v8.6 Release Notes
1 parent ea1b32b commit 6cb19d6

File tree

7 files changed

+1183
-2
lines changed

7 files changed

+1183
-2
lines changed

MyApp/_pages/autoquery/okai-chat.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ title: Free LLM Chat Prompts
66

77
As part of the development of [okai](/autoquery/okai-models) for generating [Blazor CRUD Apps from a text prompt](/autoquery/text-to-blazor) using your preferred AI Models, we've also made available a generic **chat** prompt that can be used as a convenient way to conduct personal research against many of the worlds most popular Large Language Models - for Free!
88

9+
:::{.px-8}
10+
![](/img/pages/okai/okai-chat.webp)
11+
:::
12+
913
You can just start immediately using the `npx okai chat` script to ask LLMs for assistance:
1014

1115
:::sh

MyApp/_pages/autoquery/okai-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ npx okai App.d.ts
109109

110110
Which will re-generate the Data Models, APIs, DB Migrations and Admin UIs based on the updated Data Models.
111111

112-
![](/img/posts/okai-models/npx-okai-App.png)
112+
![](/img/pages/okai/npx-okai-App.png)
113113

114114
:::tip
115115
You only need to specify the `App.d.ts` TypeScript filename (i.e. not the filepath) from

MyApp/_pages/autoquery/okai-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ except it's a local tool that can add additional functionality to an existing pr
1313
The syntax for adding a new feature to your ServiceStack App is `npx okai <prompt>`, e.g:
1414

1515
:::sh
16-
npx okai "The type of App you would like to create"
16+
npx okai "The kind of Feature you would like to add"
1717
:::
1818

1919
Where it will generate the Data Models, AutoQuery CRUD APIs, DB Migrations and Admin UI for the

MyApp/_pages/autoquery/sidebar.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,26 @@
4444
"link": "/autoquery/why-not-odata"
4545
}
4646
]
47+
},
48+
{
49+
"text": "CRUD APIs & UI Generator",
50+
"children": [
51+
{
52+
"text": "Text to Blazor CRUD App",
53+
"link": "/autoquery/text-to-blazor"
54+
},
55+
{
56+
"text": "TypeScript Data Models",
57+
"link": "/autoquery/okai-models"
58+
},
59+
{
60+
"text": "Generate from Existing DBs",
61+
"link": "/autoquery/okai-db"
62+
},
63+
{
64+
"text": "Free LLM Chat Models",
65+
"link": "/autoquery/okai-chat"
66+
}
67+
]
4768
}
4869
]

MyApp/_pages/release-notes-history.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: Release Notes History
33
slug: release-notes-history
44
---
55

6+
## 2025
7+
8+
- [v8.6](/releases/v8_06)
9+
610
## 2024
711

812
- [v8.5](/releases/v8_05)

0 commit comments

Comments
 (0)