From 25c42e51d994fa8577e8fe143d23489441c45bdb Mon Sep 17 00:00:00 2001 From: JWittmeyer Date: Mon, 6 Oct 2025 11:15:38 +0200 Subject: [PATCH 1/2] Azure foundry change --- .../attributes/attributeId/LLM/models/AzureFoundry.tsx | 4 ++++ submodules/javascript-functions | 2 +- submodules/react-components | 2 +- submodules/tailwind-config | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) 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..3a51fef4 100644 --- a/src/components/projects/projectId/attributes/attributeId/LLM/models/AzureFoundry.tsx +++ b/src/components/projects/projectId/attributes/attributeId/LLM/models/AzureFoundry.tsx @@ -19,6 +19,10 @@ export default function AzureFoundry(props: LLmPropsAzureFoundry) { 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 From ea6f6e7d4f68f1975519f46ecee7a6606d5437fd Mon Sep 17 00:00:00 2001 From: JWittmeyer Date: Mon, 6 Oct 2025 14:18:18 +0200 Subject: [PATCH 2/2] PR comments --- .../attributes/attributeId/LLM/models/AzureFoundry.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 3a51fef4..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,7 +18,7 @@ export default function AzureFoundry(props: LLmPropsAzureFoundry) { return (
- +
} color="invert" placement="right"> props.setLlmConfig({ ...props.llmConfig, apiBase: o })} />