Skip to content

Commit

Permalink
Add v8.6 Release Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Feb 11, 2025
1 parent ea1b32b commit 6cb19d6
Show file tree
Hide file tree
Showing 7 changed files with 1,183 additions and 2 deletions.
4 changes: 4 additions & 0 deletions MyApp/_pages/autoquery/okai-chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ title: Free LLM Chat Prompts

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!

:::{.px-8}
![](/img/pages/okai/okai-chat.webp)
:::

You can just start immediately using the `npx okai chat` script to ask LLMs for assistance:

:::sh
Expand Down
2 changes: 1 addition & 1 deletion MyApp/_pages/autoquery/okai-db.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ npx okai App.d.ts

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

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

:::tip
You only need to specify the `App.d.ts` TypeScript filename (i.e. not the filepath) from
Expand Down
2 changes: 1 addition & 1 deletion MyApp/_pages/autoquery/okai-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ except it's a local tool that can add additional functionality to an existing pr
The syntax for adding a new feature to your ServiceStack App is `npx okai <prompt>`, e.g:

:::sh
npx okai "The type of App you would like to create"
npx okai "The kind of Feature you would like to add"
:::

Where it will generate the Data Models, AutoQuery CRUD APIs, DB Migrations and Admin UI for the
Expand Down
21 changes: 21 additions & 0 deletions MyApp/_pages/autoquery/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,26 @@
"link": "/autoquery/why-not-odata"
}
]
},
{
"text": "CRUD APIs & UI Generator",
"children": [
{
"text": "Text to Blazor CRUD App",
"link": "/autoquery/text-to-blazor"
},
{
"text": "TypeScript Data Models",
"link": "/autoquery/okai-models"
},
{
"text": "Generate from Existing DBs",
"link": "/autoquery/okai-db"
},
{
"text": "Free LLM Chat Models",
"link": "/autoquery/okai-chat"
}
]
}
]
4 changes: 4 additions & 0 deletions MyApp/_pages/release-notes-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: Release Notes History
slug: release-notes-history
---

## 2025

- [v8.6](/releases/v8_06)

## 2024

- [v8.5](/releases/v8_05)
Expand Down
Loading

0 comments on commit 6cb19d6

Please sign in to comment.