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://continue.dev/docs
Apache License 2.0
13.02k stars 880 forks source link

claude 3 remains stuck on jetbrains ide #934

Open morandalex opened 3 months ago

morandalex commented 3 months ago

Before submitting your bug report

Relevant environment info

- OS: ubuntu 20
- Continue: 0.0.34
- IDE: phpstorm ide

Description

I am using phpstorm as a jetbrains ide the version that I am using neems the latest image

this is the config I am using

{
      "model": "claude-3-opus-20240229",
      "contextLength": 8000,
      "title": "Claude-3",
      "apiKey": "<apikey>",
      "completionOptions": {},
      "provider": "anthropic"
    }

this is what i get Peek 06-03-2024 10-18

I tried on visual studio code. with same issue it works. so I think is only related to jetbrains ide.

To reproduce

No response

Log output

No response

SergioTrilogy commented 3 months ago

Getting exactly the same issue, also on jetbrains, using GPT4 0125 (with a custom openai key). Same exact setup and prompts work well in vscode.

vroudge commented 4 weeks ago

It also freezes the entire IDE on my end.