Tachi67 commited on
Commit
503f2eb
·
1 Parent(s): b0c0045

change target from aiflows to flow_modules.aiflows to make sure object path is pointing at the hf repo, not the local aiflows folder

Browse files
Files changed (1) hide show
  1. JarvisFlow.yaml +3 -3
JarvisFlow.yaml CHANGED
@@ -1,7 +1,7 @@
1
  name: JarvisFlow
2
  description: Jarvis, an agent with structured llms and tools able to process user requests, write and execute code, with external memory mechanisms.
3
 
4
- _target_: aiflows.JarvisFlowModule.JarvisFlow.instantiate_from_default_config
5
 
6
  memory_files: ???
7
 
@@ -13,7 +13,7 @@ subflows_config:
13
  - "logs"
14
 
15
  Planner:
16
- _target_: aiflows.JarvisFlowModule.Planner_JarvisFlow.instantiate_from_default_config
17
  subflows_config:
18
  Controller:
19
  backend:
@@ -33,7 +33,7 @@ subflows_config:
33
  azure: azure/gpt-4
34
 
35
  CtrlExMem:
36
- _target_: aiflows.JarvisFlowModule.CtrlExMem_JarvisFlow.instantiate_from_default_config
37
  subflows_config:
38
  Controller:
39
  backend:
 
1
  name: JarvisFlow
2
  description: Jarvis, an agent with structured llms and tools able to process user requests, write and execute code, with external memory mechanisms.
3
 
4
+ _target_: flow_modules.aiflows.JarvisFlowModule.JarvisFlow.instantiate_from_default_config
5
 
6
  memory_files: ???
7
 
 
13
  - "logs"
14
 
15
  Planner:
16
+ _target_: flow_modules.aiflows.JarvisFlowModule.Planner_JarvisFlow.instantiate_from_default_config
17
  subflows_config:
18
  Controller:
19
  backend:
 
33
  azure: azure/gpt-4
34
 
35
  CtrlExMem:
36
+ _target_: flow_modules.aiflows.JarvisFlowModule.CtrlExMem_JarvisFlow.instantiate_from_default_config
37
  subflows_config:
38
  Controller:
39
  backend: