Skip to content

Commit

Permalink
Merge pull request #411 from blender-dev/patch-8
Browse files Browse the repository at this point in the history
AI guide grammar fixes
  • Loading branch information
kubastick authored Jul 13, 2024
2 parents 7ccdb28 + ead3132 commit b32fc38
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
5 changes: 3 additions & 2 deletions src/premium/ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ai[Prompt;(System prompt;Response token limit)]
## Example
```
$nomention
$ai[What is 2+5?;You are math teacher😎]
$ai[What is 2+5?;You are a math teacher]
```

``` discord yaml
Expand All @@ -37,4 +37,5 @@ $ai[What is 2+5?;You are math teacher😎]

*We spent 3 tokens because the bot response length is 15. 15/4=3 (no rounding)*

> You need to use [`$aiQuota`](./aiQuota.md)!
> Use [`$aiQuota`](./aiQuota.md) to know how many tokens you have left.
>
8 changes: 4 additions & 4 deletions src/premium/aiQuota.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# $aiQuota
Returns remaining token limit for the bot.
Returns the remaining tokens for a bot.

## Syntax
```
Expand All @@ -11,7 +11,7 @@ $aiQuota
## Example
```
$nomention
Tokens remaining limit: $aiQuota
Remaining tokens: $aiQuota
```

``` discord yaml
Expand All @@ -26,10 +26,10 @@ Tokens remaining limit: $aiQuota
bot: true
verified: true
content: |
Tokens remaining limit: 1800
Remaining tokens: 2497
```
\

> New tokens will be awarded and summed up every 24 hours!
>
> The maximum tokens: 2500 (Can be expanded over time)
> Token limit (per bot): 2500 (Can be expanded over time)
1 change: 0 additions & 1 deletion src/premium/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ After a successful purchase of premium points, here's how to redeem them :
### Premium Perks
#### AI
- Access to [`$ai[]`](./ai.md) and [`$aiQuota`](./aiQuota.md) functions.
- [2500 Tokens](./aiQuota.md))

#### Main
- `$getServerVar[]` in triggers [(custom prefixes)](./customPrefixes.md).
Expand Down

0 comments on commit b32fc38

Please sign in to comment.