continuedev / continue

⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
https://docs.continue.dev/
Apache License 2.0
13.17k stars 907 forks source link

Can't get past the "Use your API key" screen, must select "Local models" #1605

Open dandv opened 1 week ago

dandv commented 1 week ago

Before submitting your bug report

Relevant environment info

- OS: Linux
- Continue: 0.0.50
- IDE: PyCharm, WebStorm

Description

After installing the plugin, it was impossible to "Continue" with the "Use your API key" option. Clicking on "Continue" after selecting that box, appeared to reload the page.

image

To reproduce

  1. Install the plugin
  2. Press Ctrl+J (I was following the tutorial)
  3. Click "Use your API key"
  4. Click Continue

Screencast

Can't get past the USe Your API key screen.webm

sestinj commented 1 week ago

This was solved with the addition of this useEffect: https://github.com/continuedev/continue/blob/dev/gui/src/pages/onboarding/Onboarding.tsx#L29-L32

As with other JetBrains issues, I'll wait to close this until the new version is released