/model: fix not working on Novel/Horde
| @@ -3469,7 +3469,7 @@ function getModelOptions(quiet) { | |||
| 3469 | case 'openai': | 3469 | case 'openai': |
| 3470 | return oai_settings.chat_completion_source; | 3470 | return oai_settings.chat_completion_source; |
| 3471 | default: | 3471 | default: |
| 3472 | return nullResult; | 3472 | return null; |
| 3473 | } | 3473 | } |
| 3474 | } | 3474 | } |
| 3475 | 3475 | ||