Add alias for /api google
| @@ -8384,6 +8384,12 @@ const CONNECT_API_MAP = { | ||
| 8384 | 8384 | button: '#api_button_openai', |
| 8385 | 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 | 8393 | // OpenRouter special naming, to differentiate between chat comp and text comp |
| 8388 | 8394 | 'openrouter': { |
| 8389 | 8395 | selected: 'openai', |