Issue Category
Undocumented feature or missing documentation
Affected Documentation Page URL
No response
Issue Description
How can I choose the autocomplete model when I define a few models that have autocomplete role, in config.yaml? For example:
models:
- name: qwen-coder
provider: openai
model: qwen-coder-turbo
apiKey: redacted
apiBase: https://url
defaultCompletionOptions:
maxTokens: 500
roles:
- autocomplete
- name: Codestral
provider: mistral
model: codestral-latest
apiKey: redacted
defaultCompletionOptions:
maxTokens: 500
roles:
- autocomplete
Expected Content
No response
Issue Category
Undocumented feature or missing documentation
Affected Documentation Page URL
No response
Issue Description
How can I choose the autocomplete model when I define a few models that have autocomplete role, in
config.yaml? For example:Expected Content
No response