Update node colors and names in styleUtils.ts
This commit is contained in:
parent
4a6e15533e
commit
91ff2ce3df
1 changed files with 3 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue