Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display the Free Trial Limit reached limit before the user tries sending the prompt. #1269

Open
2 tasks done
helios2003 opened this issue May 11, 2024 · 1 comment
Open
2 tasks done
Labels
enhancement New feature or request

Comments

@helios2003
Copy link

Validations

  • I believe this is a way to improve. I'll try to join the Continue Discord for questions
  • I'm not able to find an open issue that requests the same enhancement

Problem

When using the VS Code extension, if the user has exceeded the prompt limit with their current API key and enters a prompt/question, the notification appears after the user has clicked on the Send button.

Screenshots

image

Solution

I believe the check about the API key status is happening when the request is getting sent to AI model. But it hurts the user experience when they type a bunch of stuff and press Enter and receive this message. It would be better if it is shown the moment the prompt sidebar window is opened. I am not familiar with the codebase but maybe a check can be kept about the status of the key internally.

@helios2003 helios2003 added the enhancement New feature or request label May 11, 2024
@sestinj
Copy link
Contributor

sestinj commented May 20, 2024

Totally makes sense. I'm working first on making it more clear immediately that there is an incoming limit and helping users to enter API keys earlier. Will definitely look at this as a next step

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants