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.
) : (
<>