| 3048 | 3048 | oai_settings.names_behavior = settings.names_behavior ?? default_settings.names_behavior; |
| 3049 | 3049 | oai_settings.continue_postfix = settings.continue_postfix ?? default_settings.continue_postfix; |
| 3050 | 3050 | oai_settings.function_calling = settings.function_calling ?? default_settings.function_calling; |
| 3051 | + oai_settings.openrouter_providers = settings.openrouter_providers ?? default_settings.openrouter_providers; |
| 3051 | 3052 | |
| 3052 | 3053 | // Migrate from old settings |
| 3053 | 3054 | if (settings.names_in_completion === true) { |