diff --git a/webview-ui/src/components/ApiOptions.tsx b/webview-ui/src/components/ApiOptions.tsx index 2d3c170..eb060b2 100644 --- a/webview-ui/src/components/ApiOptions.tsx +++ b/webview-ui/src/components/ApiOptions.tsx @@ -100,8 +100,9 @@ const ApiOptions: React.FC = ({ apiConfiguration, setApiConfigu style={{ width: "100%" }} onChange={handleInputChange("awsRegion")}> Select a region... + {/* Currently Claude 3.5 Sonnet is only available in us-east-1 */} US East (N. Virginia) - US East (Ohio) + {/* US East (Ohio) US West (N. California) US West (Oregon) Africa (Cape Town) @@ -119,7 +120,7 @@ const ApiOptions: React.FC = ({ apiConfiguration, setApiConfigu Europe (Paris) Europe (Stockholm) Middle East (Bahrain) - South America (São Paulo) + South America (São Paulo) */}