mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-04 14:40:45 +00:00
feat: support runtime model selection for both interactive and ACP
This commit is contained in:
parent
06b37bd6bf
commit
0137b316d0
12 changed files with 1145 additions and 160 deletions
|
|
@ -124,10 +124,6 @@ describe('Session', () => {
|
|||
AuthType.USE_OPENAI,
|
||||
'qwen3-coder-plus',
|
||||
undefined,
|
||||
{
|
||||
reason: 'user_request_acp',
|
||||
context: 'session/set_model',
|
||||
},
|
||||
);
|
||||
expect(mockConfig.getModel).toHaveBeenCalled();
|
||||
expect(result).toEqual({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue