Skip to content

Commit

Permalink
fix: new api key dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-i committed May 18, 2024
1 parent 225e1d3 commit d54c908
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions app/lib/views/dialogs/api_key_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -135,17 +135,7 @@ class ApiKeyDialogState extends State<ApiKeyDialog> {
onTap: () => Utils.launchURL(
'https://platform.openai.com/account/billing/overview'),
),
const Text('Ensure billing info is added in OpenAI Billing.'),
const SizedBox(height: 10),
InkWell(
child: const Text(
'The Price is about 100,000 words per \$1',
style: TextStyle(color: Colors.blue),
),
onTap: () => Utils.launchURL(
'https://openai.com/pricing#language-models'),
),
const Text('ChatGPT Plus subscription not required.'),
const Text('Make sure you have enough OpenAI credits.'),
const SizedBox(height: 10),
const Divider(),
ExpansionTile(
Expand Down

0 comments on commit d54c908

Please sign in to comment.