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