update 更新部署
This commit is contained in:
@ -186,7 +186,7 @@ class CMDInstructRequest:
|
||||
if len(self.instructions) != 0:
|
||||
model_str = model_str+',"instructions":'+"[{"+self.instructions[0].toString()+"}]"+"}"
|
||||
else:
|
||||
model_str = model_str+"}"
|
||||
model_str = model_str+',"instructions":'+"[{""}]"+"}" #model_str+"}"
|
||||
print(model_str)
|
||||
return model_str
|
||||
|
||||
|
||||
Reference in New Issue
Block a user