| 8384 | button: '#api_button_openai', | 8384 | button: '#api_button_openai', |
| 8385 | source: chat_completion_sources.OPENAI, | 8385 | source: chat_completion_sources.OPENAI, |
| 8386 | }, | 8386 | }, |
| | 8387 | // Google alias |
| | 8388 | 'google': { |
| | 8389 | selected: 'openai', |
| | 8390 | button: '#api_button_openai', |
| | 8391 | source: chat_completion_sources.MAKERSUITE, |
| | 8392 | }, |
| 8387 | // OpenRouter special naming, to differentiate between chat comp and text comp | 8393 | // OpenRouter special naming, to differentiate between chat comp and text comp |
| 8388 | 'openrouter': { | 8394 | 'openrouter': { |
| 8389 | selected: 'openai', | 8395 | selected: 'openai', |