Add alias for /api google

52bd06b91027268115162eeabd2c7c6c55975364

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +6 -0Showing whitespace changes
public/script.js+6 -0
@@ -8384,6 +8384,12 @@ const CONNECT_API_MAP = {
83848384 button: '#api_button_openai',
83858385 source: chat_completion_sources.OPENAI,
83868386 },
8387+ // Google alias
8388+ 'google': {
8389+ selected: 'openai',
8390+ button: '#api_button_openai',
8391+ source: chat_completion_sources.MAKERSUITE,
8392+ },
83878393 // OpenRouter special naming, to differentiate between chat comp and text comp
83888394 'openrouter': {
83898395 selected: 'openai',