From 80c7c01805f8e31c342ab2c4e5b92b54fd093d35 Mon Sep 17 00:00:00 2001 From: Eric Tuvesson Date: Tue, 25 Mar 2025 09:38:39 +0100 Subject: [PATCH] chore: Rename "Noodl AI" (#92) --- .../src/editor/src/views/Clippy/Clippy.tsx | 10 +++++----- .../EditorSettingsPanel/sections/OpenAiSection.tsx | 10 +++++----- .../panels/propertyeditor/components/AiChat/AiChat.tsx | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/packages/noodl-editor/src/editor/src/views/Clippy/Clippy.tsx b/packages/noodl-editor/src/editor/src/views/Clippy/Clippy.tsx index c15c7e5..2d1dc4a 100644 --- a/packages/noodl-editor/src/editor/src/views/Clippy/Clippy.tsx +++ b/packages/noodl-editor/src/editor/src/views/Clippy/Clippy.tsx @@ -211,7 +211,7 @@ export default function Clippy() { aiAssistantModel.removeActivity(id); } - const initialPlaceholder = isInputOpen ? 'Select (or type) a command below' : 'Ask Noodl AI'; + const initialPlaceholder = isInputOpen ? 'Select (or type) a command below' : 'Ask FluxScape AI'; const isPromptInWrongOrder = Boolean(!selectedOption) && Boolean(secondInputValue); const isFullBeta = ['full-beta', 'enterprise'].includes(version); const isLimitedBeta = false; // TODO: version === 'limited-beta'; @@ -412,8 +412,8 @@ export default function Clippy() { 4. Click the "Verify API Key" button - If you dont have an API key with GPT-4 access, you can set the Noodl AI to use the Limited Beta in the - editor settings. + If you dont have an API key with GPT-4 access, you can set the FluxScape AI to use the Limited Beta in + the editor settings. - You are running the limited beta of Noodl AI. If features fewer commands and a less capable AI. Get full - beta access by bringing your own GPT-4 API key. + You are running the limited beta of FluxScape AI. If features fewer commands and a less capable AI. Get + full beta access by bringing your own GPT-4 API key. + @@ -66,7 +66,7 @@ export function OpenAiSection() { {enabledState === 'disabled' && ( - Noodl AI is currently disabled. + FluxScape AI is currently disabled. )} @@ -157,16 +157,16 @@ export function OpenAiSection() { UNSAFE_style={{ borderRadius: '2px', background: 'var(--theme-color-bg-3)' }} > - Noodl AI docs + FluxScape AI docs - See setup instructions and guides for how to use Noodl AI on our docs. + See setup instructions and guides for how to use FluxScape AI on our docs. { - platform.openExternal('https://docs.noodl.net/#/docs/getting-started/noodl-ai/'); + platform.openExternal('https://docs.fluxscape.io/docs/getting-started/noodl-ai'); }} /> diff --git a/packages/noodl-editor/src/editor/src/views/panels/propertyeditor/components/AiChat/AiChat.tsx b/packages/noodl-editor/src/editor/src/views/panels/propertyeditor/components/AiChat/AiChat.tsx index 47f8e74..d4102e9 100644 --- a/packages/noodl-editor/src/editor/src/views/panels/propertyeditor/components/AiChat/AiChat.tsx +++ b/packages/noodl-editor/src/editor/src/views/panels/propertyeditor/components/AiChat/AiChat.tsx @@ -182,7 +182,7 @@ function AiNodeChat({ context, onUpdated }: AiNodeChatProps) { footer={ version === 'disabled' ? (
- Noodl AI is currently disabled. + FluxScape AI is currently disabled.
) : ( <>