From 91ff2ce3df0c004dcf5a5aef48b35a7c68c4956c Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Sun, 25 Feb 2024 18:07:00 -0300 Subject: [PATCH] Update node colors and names in styleUtils.ts --- src/frontend/src/utils/styleUtils.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/frontend/src/utils/styleUtils.ts b/src/frontend/src/utils/styleUtils.ts index 73ba319bd..245d7a6ed 100644 --- a/src/frontend/src/utils/styleUtils.ts +++ b/src/frontend/src/utils/styleUtils.ts @@ -195,7 +195,7 @@ export const gradients = [ export const nodeColors: { [char: string]: string } = { prompts: "#4367BF", models: "#AA2411", - llms: "#6344BE", + model_specs: "#6344BE", chains: "#FE7500", Document: "#7AAE42", list: "#9AAE42", @@ -224,7 +224,7 @@ export const nodeColors: { [char: string]: string } = { export const nodeNames: { [char: string]: string } = { prompts: "Prompts", models: "Language Models", - llms: "Model Settings", + model_specs: "Model Specs", chains: "Chains", agents: "Agents", tools: "Tools", @@ -296,7 +296,7 @@ export const nodeIconsLucide: iconsType = { chains: Link, memories: Cpu, models: Bot, - llms: Lightbulb, + model_specs: Lightbulb, prompts: TerminalSquare, tools: Wrench, advanced: Laptop2,