DevoxxGenieIDEAPlugin icon indicating copy to clipboard operation
DevoxxGenieIDEAPlugin copied to clipboard

error loading model from lm studio

Open michel-io opened this issue 1 year ago • 1 comments

I'm running lm studio v0.3.2 as a local server

the plugin connects flawlessly to the server, and the server send the list of models loaded, but the plugin never show the list of models available

michel-io avatar Sep 30 '24 12:09 michel-io

Will have a closer look once Devoxx Belgium is behind us :)

stephanj avatar Oct 05 '24 12:10 stephanj

I think this one is fixed in v0.2.24. I have two models loaded (console logs LMStudio):

2024-11-03 17:15:37  [INFO]
Returning {
  "data": [
    {
      "id": "qwen2.5-coder-7b-instruct",
      "object": "model",
      "owned_by": "organization_owner"
    },
    {
      "id": "llama-3.2-1b-instruct",
      "object": "model",
      "owned_by": "organization_owner"
    }
  ],
  "object": "list"
}

Both models are shown in DevoxxGenie image

I can use both models.

@michel-io can you verify this?

mydeveloperplanet avatar Nov 03 '24 16:11 mydeveloperplanet