You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"vscodeLmDescription": " The VS Code Language Model API allows you to run models provided by other VS Code extensions (including but not limited to GitHub Copilot). The easiest way to get started is to install the Copilot and Copilot Chat extensions from the VS Code Marketplace.",
157
158
"awsCustomArnUse": "Enter a valid Amazon Bedrock ARN for the model you want to use. Format examples:",
158
159
"awsCustomArnDesc": "Make sure the region in the ARN matches your selected AWS Region above.",
160
+
"archgwPreferenceConfigUse": "Enter a valid YAML configuration for Arch Gateway preference-based routing. The configuration should include the route name, model ID and the usage preferences. For example:",
161
+
"archgwPreferenceConfigDesc": "Make sure the model ID exists in your arch gateway configuration.",
159
162
"openRouterApiKey": "OpenRouter API Key",
160
163
"getOpenRouterApiKey": "Get OpenRouter API Key",
161
164
"apiKeyStorageNotice": "API keys are stored securely in VSCode's Secret Storage",
162
165
"glamaApiKey": "Glama API Key",
163
166
"getGlamaApiKey": "Get Glama API Key",
164
167
"useCustomBaseUrl": "Use custom base URL",
165
-
"usePreferenceModel1": "Use preference based routing",
168
+
"usePreferenceBasedRouting": "Use preference based routing",
0 commit comments