Skip to content

Commit 082ddaf

Browse files
committed
updates
1 parent b68d098 commit 082ddaf

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

MyApp/_posts/2025-02-18_okai-chat.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can also use your preferred model with the `-m <model>` flag with either the
2626
model with:
2727

2828
:::sh
29-
npx okai -m phi-4 chat "command to copy folder with rsync?"
29+
npx okai -m phi chat "command to copy folder with rsync?"
3030
:::
3131

3232
### List Available Models
@@ -114,5 +114,7 @@ To be able to maintain this as a free service we're limiting usage as a tool tha
114114
assistance and research by limiting usage to **60 requests /hour** which should be more than enough for most
115115
personal usage and research whilst deterring usage in automated tools.
116116

117-
Rate limiting is implemented by adopting a sliding [Token Bucket algorithm](https://en.wikipedia.org/wiki/Token_bucket)
118-
that will replenish 1 additional request every 60 seconds.
117+
:::tip info
118+
Rate limiting is implemented with a sliding [Token Bucket algorithm](https://en.wikipedia.org/wiki/Token_bucket)
119+
that replenishes 1 additional request every 60s
120+
:::

MyApp/_posts/2025-02-19_crud-app-from-existing-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ image: https://images.unsplash.com/photo-1484662020986-75935d2ebc66?crop=entropy
77
---
88

99
A core piece of functionality in the [Text to Blazor CRUD App](/posts/text-to-blazor) feature is distilling an AI Prompt
10-
into TypeScript classes that can be [further customized](https://localhost:5002/posts/text-to-blazor#customize-data-models)
10+
into TypeScript classes that can be [further customized](/posts/text-to-blazor#customize-data-models)
1111
to generate AutoQuery CRUD APIs and Admin UIs for managing the underlying RDBMS tables.
1212

1313
## TypeScript Data Models

0 commit comments

Comments
 (0)