continue icon indicating copy to clipboard operation
continue copied to clipboard

Model Selection Dialog shows "openai" for Embed model instead of actual model name

Open bdavj opened this issue 9 months ago • 3 comments

Before submitting your bug report

Relevant environment info

- OS: MacOS
- Continue version: 1.0.10-jetbrains
- IDE version: IntelliJ IDEA 2024.3.4.1 (Ultimate Edition)
- Model: Any using OpenAI protocol
- config:
  
  - name: NotOpenAi
    provider: openai
    model: amazon-titan-embed-2-us
    apiKey: <Key>
    apiBase: <Base>
    roles:
      - embed

Description

Model selection dialog in UI shows the model type 'openai' not the model name. I have previously traced this through the code, and it is not passing the model name of the embed model to the relevant part of the UI, as this seems to be handled differently to the other models.

This is a big issue for users purposefully not using OpenAI, but using OpenAI proto, as it is misleading

To reproduce

  1. Set up a model for embedding in the yaml using openai as the type, name it something else.
  2. Select the model in models UI
  3. Model displays 'openai' for embedding

Log output


bdavj avatar Apr 17 '25 09:04 bdavj

Mind sharing a screenshot? We have a few different places in the UI to select models so that would be helpful

Patrick-Erichsen avatar Apr 17 '25 22:04 Patrick-Erichsen

Sure - this panel

Image

bdavj avatar Apr 24 '25 12:04 bdavj

Just tried your config on latest pre-release. It seems to be fixed on there.

Image

uinstinct avatar Apr 24 '25 14:04 uinstinct

This issue hasn't been updated in 90 days and will be closed after an additional 10 days without activity. If it's still important, please leave a comment and share any new information that would help us address the issue.

github-actions[bot] avatar Aug 06 '25 02:08 github-actions[bot]

This issue was closed because it wasn't updated for 10 days after being marked stale. If it's still important, please reopen + comment and we'll gladly take another look!

github-actions[bot] avatar Aug 17 '25 02:08 github-actions[bot]