continue
continue copied to clipboard
Model Selection Dialog shows "openai" for Embed model instead of actual model name
Before submitting your bug report
- [x] I believe this is a bug. I'll try to join the Continue Discord for questions
- [x] I'm not able to find an open issue that reports the same bug
- [x] I've seen the troubleshooting guide on the Continue Docs
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
- Set up a model for embedding in the yaml using openai as the type, name it something else.
- Select the model in models UI
- Model displays 'openai' for embedding
Log output