File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ You can also use your preferred model with the `-m <model>` flag with either the
2626model 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
114114assistance and research by limiting usage to ** 60 requests /hour** which should be more than enough for most
115115personal 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+ :::
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ image: https://images.unsplash.com/photo-1484662020986-75935d2ebc66?crop=entropy
77---
88
99A 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 )
1111to generate AutoQuery CRUD APIs and Admin UIs for managing the underlying RDBMS tables.
1212
1313## TypeScript Data Models
You can’t perform that action at this time.
0 commit comments