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

Wrong description model info in config.json #3940

Open
2 of 3 tasks
StephaneBonilla opened this issue Feb 3, 2025 · 2 comments · May be fixed by #4605
Open
2 of 3 tasks

Wrong description model info in config.json #3940

StephaneBonilla opened this issue Feb 3, 2025 · 2 comments · May be fixed by #4605
Assignees
Labels
area:configuration Relates to configuration options good-first-issue Suggested issue for new contributors kind:bug Indicates an unexpected problem or unintended behavior

Comments

@StephaneBonilla
Copy link

Before submitting your bug report

Relevant environment info

- OS: Windows 11 64b
- Continue version: V 0.8.66
- IDE version: VSCODE 1.96.4
- Model: -Not aplicable-
- config.json:
  
"tabAutocompleteModel": {
    "title": "qwen2.5-coder-1.5-base",
    "provider": "",
    "model": "qwen2.5-coder:1.5b-base"
  },

Description

When you try to configure the tabAutocompleteModel, some options have the description of another service. For example, Ollama have the description of the togetherai service.

Image

To reproduce

  1. Go to the config.json file > tabAutocompleteModel
  2. Search for ollama
  3. check his description

Log output

@StephaneBonilla StephaneBonilla changed the title Wrong contextual model info Wrong description model info in config.json Feb 3, 2025
@dosubot dosubot bot added area:configuration Relates to configuration options kind:bug Indicates an unexpected problem or unintended behavior labels Feb 3, 2025
@tomasz-stefaniak
Copy link
Collaborator

Thanks for reporting this! The problem lies here:

https://github.com/continuedev/continue/blob/main/extensions/vscode/config_schema.json#L225

Looks like the enum field got out of sync with markdownEnumDescriptions.

@0x23d11
Copy link

0x23d11 commented Mar 11, 2025

Hi @tomasz-stefaniak I've fixed the issue and raised a PR for the same, please review it and merge it,thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:configuration Relates to configuration options good-first-issue Suggested issue for new contributors kind:bug Indicates an unexpected problem or unintended behavior
Projects
None yet
3 participants