diff --git a/src/components/projects/projectId/attributes/attributeId/LLM/models/AzureFoundry.tsx b/src/components/projects/projectId/attributes/attributeId/LLM/models/AzureFoundry.tsx
index 1a3bfa6a..b049aa31 100644
--- a/src/components/projects/projectId/attributes/attributeId/LLM/models/AzureFoundry.tsx
+++ b/src/components/projects/projectId/attributes/attributeId/LLM/models/AzureFoundry.tsx
@@ -2,6 +2,8 @@ import { useEffect } from "react";
import { LocalStorageDropdown } from "@/submodules/react-components/components/LocalStorageDropdown";
import { InputWithSlider } from "@/submodules/react-components/components/InputWithSlider";
import { LLmPropsAzureFoundry } from "../types";
+import { Tooltip } from "@nextui-org/react";
+import { MemoIconInfoCircle } from "@/submodules/react-components/components/kern-icons/icons";
export default function AzureFoundry(props: LLmPropsAzureFoundry) {
@@ -16,9 +18,13 @@ export default function AzureFoundry(props: LLmPropsAzureFoundry) {
return (
-
+
} color="invert" placement="right">
props.setLlmConfig({ ...props.llmConfig, apiBase: o })} />
+
+
+ props.setLlmConfig({ ...props.llmConfig, model: o })} />
+
{props.onlyEssential ? null : <>
diff --git a/submodules/javascript-functions b/submodules/javascript-functions
index dcbd2e81..8c2d9f35 160000
--- a/submodules/javascript-functions
+++ b/submodules/javascript-functions
@@ -1 +1 @@
-Subproject commit dcbd2e811fdf0f3f950ec0a612371fd38f6152b7
+Subproject commit 8c2d9f3569eb3b901821e204747a1b4e9e658cb5
diff --git a/submodules/react-components b/submodules/react-components
index 1e642408..dc19bd9a 160000
--- a/submodules/react-components
+++ b/submodules/react-components
@@ -1 +1 @@
-Subproject commit 1e64240876184393ac2ba31cc9ff89ffd752ef61
+Subproject commit dc19bd9ace5aa4d7c3cdab984c0383c815959500
diff --git a/submodules/tailwind-config b/submodules/tailwind-config
index 1085e5d8..41472870 160000
--- a/submodules/tailwind-config
+++ b/submodules/tailwind-config
@@ -1 +1 @@
-Subproject commit 1085e5d8b30d80df5dc29413005c2b159650e1d3
+Subproject commit 4147287009f1f30765c2210bf145c4e2941ef8e3