We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3bdeae commit 68437f1Copy full SHA for 68437f1
src/webviews/apps/plus/shared/components/account-chip.ts
@@ -453,7 +453,7 @@ export class GlAccountChip extends LitElement {
453
)}
454
<span slot="tooltip"
455
>Upgrade to the Advanced plan for access to self-hosted integrations,
456
- advanced AI features @ 500K tokens/week, and more
+ advanced AI features @ 1M tokens/week, and more
457
${this.renderPromo('advanced', 'info')}
458
</span>
459
</gl-button>
@@ -681,7 +681,7 @@ export class GlAccountChip extends LitElement {
681
682
<ul>
683
<li>Self-hosted integrations</li>
684
- <li>Advanced AI features — 500K tokens/week</li>
+ <li>Advanced AI features — 1M tokens/week</li>
685
</ul>
686
</div>
687
0 commit comments