getGPTWebModelString returns an empty string if the model is unknown
This commit is contained in:
parent
eec2fbd0a2
commit
1fb05b6fb3
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ export function getGPTWebModelString(model) {
|
|||
case 'gpt-4o-mini':
|
||||
return '4o mini';
|
||||
default:
|
||||
return '4o';
|
||||
return '';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue