- Explore the modern UI components built for ClaraCore
+ Explore the modern UI components built for JarvisCore
diff --git a/ui/src/pages/Configuration.old.tsx b/ui/src/pages/Configuration.old.tsx
index fe2de48..6fb22e5 100644
--- a/ui/src/pages/Configuration.old.tsx
+++ b/ui/src/pages/Configuration.old.tsx
@@ -261,7 +261,7 @@ const Configuration: React.FC = () => {
const generateYAMLConfig = (models: ConfiguredModel[]): string => {
// This is a simplified YAML generation - in a real implementation you'd want proper YAML formatting
- let yaml = `# Auto-generated ClaraCore configuration
+ let yaml = `# Auto-generated JarvisCore configuration
healthCheckTimeout: 300
logLevel: info
startPort: 5800
@@ -386,7 +386,7 @@ ${models.map(model => ` - "${model.id}"`).join('\n')}
- š New to ClaraCore? Let's get you started!
+ š New to JarvisCore? Let's get you started!
Our guided setup will help you configure your models in just a few clicks.
@@ -547,7 +547,7 @@ ${models.map(model => ` - "${model.id}"`).join('\n')}
2. Configured Models
- Models ready to use in ClaraCore
+ Models ready to use in JarvisCore
diff --git a/ui/src/pages/ModelDownloader.tsx b/ui/src/pages/ModelDownloader.tsx
index a1a7555..d5faaff 100644
--- a/ui/src/pages/ModelDownloader.tsx
+++ b/ui/src/pages/ModelDownloader.tsx
@@ -397,7 +397,7 @@ const ModelDownloaderPage: React.FC = () => {
headers['Authorization'] = `Bearer ${hfApiKey}`;
}
- // Automatically add "GGUF" to search if not already present since ClaraCore only supports GGUF
+ // Automatically add "GGUF" to search if not already present since JarvisCore only supports GGUF
let enhancedQuery = searchQuery.trim();
if (!enhancedQuery.toLowerCase().includes('gguf')) {
enhancedQuery = `${enhancedQuery} GGUF`;
@@ -1249,7 +1249,7 @@ const ModelDownloaderPage: React.FC = () => {
) : (
No GGUF files found for this model.
-
ClaraCore only supports GGUF format models. Try searching for models with "GGUF" in the name.
+
JarvisCore only supports GGUF format models. Try searching for models with "GGUF" in the name.
);
})()}
diff --git a/ui/src/pages/OnboardConfig.tsx b/ui/src/pages/OnboardConfig.tsx
index e2fcdfd..f8a7b60 100644
--- a/ui/src/pages/OnboardConfig.tsx
+++ b/ui/src/pages/OnboardConfig.tsx
@@ -449,7 +449,7 @@ const OnboardConfig: React.FC = () => {
const steps = [
{
- title: "Welcome to ClaraCore Setup! š",
+ title: "Welcome to JarvisCore Setup! š",
description: "Let's get you set up with your AI models in just a few steps",
component: (
@@ -1324,7 +1324,7 @@ const OnboardConfig: React.FC = () => {
},
{
title: "Setup Complete! š",
- description: "Your ClaraCore configuration has been generated",
+ description: "Your JarvisCore configuration has been generated",
component: (
{
size="lg"
icon={}
>
- Start Using ClaraCore
+ Start Using JarvisCore