Add alias for /api google

52bd06b91027268115162eeabd2c7c6c55975364

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

1 files changed, +6 -0Ignore whitespace
public/script.js+6 -0
@@ -8384,6 +8384,12 @@ const CONNECT_API_MAP = {
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 comp8393 // OpenRouter special naming, to differentiate between chat comp and text comp
8388 'openrouter': {8394 'openrouter': {
8389 selected: 'openai',8395 selected: 'openai',