Skip to content

Commit

Permalink
fix: MDX build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-avila committed Nov 16, 2024
1 parent feb398c commit c5d8c67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/docs/configuration/dotenv.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ see: **[Token Usage](/docs/configuration/token_usage)**
<OptionTable
options={[
['CHECK_BALANCE', 'boolean', 'Enable token credit balances for the OpenAI/Plugins endpoints.','CHECK_BALANCE=false'],
['START_BALANCE', 'integer', 'If the value is set, tokens will be credited to the user's balance after registration.','START_BALANCE=20000'],
['START_BALANCE', 'integer', 'If the value is set, tokens will be credited to the user\'s balance after registration.', 'START_BALANCE=20000']
]}
/>

Expand Down
2 changes: 1 addition & 1 deletion pages/docs/configuration/token_usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ And You can also set the number of tokens a user will receive upon registration:

<OptionTable
options={[
['START_BALANCE', 'integer', 'If the value is set, tokens will be credited to the user's balance after registration.','START_BALANCE=20000'],
['START_BALANCE', 'integer', 'If the value is set, tokens will be credited to the user\'s balance after registration.','START_BALANCE=20000']
]}
/>

Expand Down

0 comments on commit c5d8c67

Please sign in to comment.