mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-07-18 13:34:08 +00:00
* style(web-shell): polish chat UI * fix(web-shell): address chat polish review feedback --------- Co-authored-by: ytahdn <ytahdn@gmail.com>
3 lines
110 B
TypeScript
3 lines
110 B
TypeScript
export function getModelDisplayName(modelId: string): string {
|
|
return modelId.replace(/\([^()]+\)$/, '');
|
|
}
|