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

Continue Plugin Model Refresh Issue on Windows 7 with IntelliJ IDEA 2023.1.7 #3651

Open
3 tasks done
gaochaoqwe opened this issue Jan 8, 2025 · 1 comment
Open
3 tasks done
Assignees
Labels
ide:jetbrains Relates specifically to JetBrains extension kind:bug Indicates an unexpected problem or unintended behavior priority:medium Indicates medium priority

Comments

@gaochaoqwe
Copy link

Before submitting your bug report

Relevant environment info

- OS:windows7
- Continue version:0.0.82
- IDE version:2023.1.7 (Ultimate Edition)
- Model:Qwen2.5-14B-Instruct
- config.json:
  
{
  "models": [
    {
      "title": "LoRA/Qwen/Qwen2.5-14B-Instruct",
      "model": "LoRA/Qwen/Qwen2.5-14B-Instruct",
      "provider": "openrouter",
      "apiBase": "https://api.siliconflow.cn/v1",
      "apiKey": "sk-xxx",
      "requestOptions": {
        "extraBodyProperties": {
          "transforms": []
        }
      }
    }
  ],
  "customCommands": [
    {
      "name": "test",
      "prompt": "{{{ input }}}\n\nWrite a comprehensive set of unit tests for the selected code. It should setup, run tests that check for correctness including important edge cases, and teardown. Ensure that the tests are complete and sophisticated. Give the tests just as chat output, don't edit any file.",
      "description": "Write unit tests for highlighted code"
    },
    {
      "name": "explain",
      "prompt": "{{{ input }}}\n\n详细解释所选代码。详细说明其功能、用途和工作原理。使用示例来说明您的解释。",
      "description": "解释代码"
    },
    {
      "name": "fix",
      "prompt": "{{{ input }}}\n\n分析并修复代码中的错误。提供详细的解释和解决方案,包括但不限于语法错误、逻辑错误或性能问题。确保您的解决方案是正确的,并且能够解决所有已知的问题。",
      "description": "修复代码"
    },
    {
      "name": "check",
      "prompt": "{{{ input }}}\n\n请阅读突出显示的代码并检查是否有任何错误。您应该查找以下内容并保持高度警惕:\n- 语法错误\n- 逻辑错误\n- 安全漏洞\n- 性能问题\n- 任何其他看似错误的内容\n\n一旦您发现错误,请尽可能清楚地解释,但不要使用多余的词语。例如,不要说“我认为第 5 行有一个语法错误”,而应该说“第 5 行有语法错误”。针对发现的每个错误,给出一个要点作为答案。",
      "description": "检查代码是否存在错误"
    }
  ],
  ...
}

Description

Hello Continue Plugin Maintainers,

I am experiencing an issue with the Continue plugin on the Windows 7 platform using IntelliJ IDEA 2023.1.7. The plugin is unable to refresh and display the models, despite the configuration file being correct and the same version of IDEA working without issues on Windows 10.
Please note that I have redacted the apiKey for security reasons.

I would appreciate any assistance or guidance on how to resolve this issue. If there are any known compatibility issues with Windows 7 or if there are specific steps I should take to troubleshoot, please let me know.

Thank you for your attention to this matter.

Best regards,
无标题
无标题

To reproduce

No response

Log output

No response

@dosubot dosubot bot added ide:jetbrains Relates specifically to JetBrains extension kind:bug Indicates an unexpected problem or unintended behavior priority:medium Indicates medium priority labels Jan 8, 2025
@Patrick-Erichsen
Copy link
Collaborator

Hi @gaochaoqwe , there aren't any specific issues with Windows 7 that we are aware of.

Are there any logs you can share?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ide:jetbrains Relates specifically to JetBrains extension kind:bug Indicates an unexpected problem or unintended behavior priority:medium Indicates medium priority
Projects
None yet
Development

No branches or pull requests

3 participants