xzymustbexzy / Chain-of-Experts

Official implementation of the paper "Chain-of-Experts: When LLMs Meet Complex Operation Research Problems"
55 stars 6 forks source link

Fix to compute correct remaining_collaborate_nums value #12

Open msakai opened 6 days ago

msakai commented 6 days ago

remaining_collaborate_nums is computed as max_collaborate_nums - len(commented_experts), but commented_experts is not a list but a string.