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

Can't detect local models in Windows [JetBrains] #3669

Open
3 tasks done
fulco813 opened this issue Jan 10, 2025 · 3 comments
Open
3 tasks done

Can't detect local models in Windows [JetBrains] #3669

fulco813 opened this issue Jan 10, 2025 · 3 comments
Assignees
Labels
ide:jetbrains Relates specifically to JetBrains extension kind:bug Indicates an unexpected problem or unintended behavior "needs-triage"

Comments

@fulco813
Copy link

fulco813 commented Jan 10, 2025

Before submitting your bug report

Relevant environment info

- OS: Windows 10
- Continue version: 0.0.84
- IDE version: IntelliJ IDEA 2024.3.1
- Model: All local models
- config.json:
  
 {
  "models": [
	{
      "title": "Qwen2",
      "provider": "ollama",
      "model": "qwen2:1.5b",
      "apiBase": "http://127.0.0.1:11434"
    }
  ],
  "tabAutocompleteModel": {
    "title": "Starcoder2",
    "provider": "ollama",
    "model": "starcoder2:latest",
    "apiBase": "http://127.0.0.1:11434"
  },
  "contextProviders": [
    {
      "name": "code",
      "params": {}
    },
    {
      "name": "docs",
      "params": {}
    },
    {
      "name": "diff",
      "params": {}
    },
    {
      "name": "terminal",
      "params": {}
    },
    {
      "name": "problems",
      "params": {}
    },
    {
      "name": "folder",
      "params": {}
    },
    {
      "name": "codebase",
      "params": {}
    }
  ],
  "slashCommands": [
    {
      "name": "share",
      "description": "Export the current chat session to markdown"
    },
    {
      "name": "cmd",
      "description": "Generate a shell command"
    },
    {
      "name": "commit",
      "description": "Generate a git commit message"
    }
  ]
}

Description

I can 【Run Continue】successfully in MacOS, and after I run【intellij [buildPlugin]】and install this plugin in macos, it works fine.
But when I install this packaged plugin on Windows 10,I got this error:

Error handling message of type fileExists: java.lang.IllegalArgumentException: URI has an authority component

image
And it cannot detect local models

PS:
I can open config file by clicking setting button.
Ollama works fine.

image

To reproduce

No response

Log output

@dosubot dosubot bot added ide:jetbrains Relates specifically to JetBrains extension kind:bug Indicates an unexpected problem or unintended behavior labels Jan 10, 2025
@totalschaden
Copy link

Same Problem.

  • OS: Windows 10
  • Continue version: 0.0.84
  • IDE version: Jetbrains Rider 2024.3.3
  • Model: All local models
  • config.json: Default Generated, Fresh Install.

@krystaLove
Copy link

krystaLove commented Jan 10, 2025

Same Problem.

  • OS: Windows 11
  • Continue version: 0.0.84
  • IDE version: Jetbrains PHPStorm 2024.3.1.1
  • Model: All local models
  • config.json: Default Generated, Fresh Install.

@AfterStories
Copy link

Same Problem
I posted an issue with the detailed process with screenshots:
#3691

Hi,@RomneyDa ,Could you please help me check if this is a similar issue?
#3608

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 "needs-triage"
Projects
None yet
Development

No branches or pull requests

5 participants