broadfield-dev commited on
Commit
20adb45
·
verified ·
1 Parent(s): ffd01cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -7,4 +7,6 @@ clients=[{'type':'image','loc':'hf','key':'','name':'black-forest-labs/FLUX.1-de
7
  {'type':'text','loc':'hf','name':'Qwen/Qwen2.5-Coder-32B-Instruct','rank':'op','max_tokens':32768,'schema':{'bos':'<|im_start|>','eos':'<|im_end|>'},'ppt':'None'},
8
 
9
  ]
10
- print(main.Do_It_All(clients=clients).agent(prompt_in,history,mod=2,tok_in="",rand_seed=True,seed=1,max_thought=5,save_mem=False,recall_mem=False,rag_col=False))
 
 
 
7
  {'type':'text','loc':'hf','name':'Qwen/Qwen2.5-Coder-32B-Instruct','rank':'op','max_tokens':32768,'schema':{'bos':'<|im_start|>','eos':'<|im_end|>'},'ppt':'None'},
8
 
9
  ]
10
+ main_client=main.Do_It_All(clients=clients)
11
+ print(main_client)
12
+ print(main_cient.agent(prompt_in,history,mod=2,tok_in="",rand_seed=True,seed=1,max_thought=5,save_mem=False,recall_mem=False,rag_col=False))