Add more mistral models. (#3826)

### What problem does this PR solve?

#3647

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
Kevin Hu
2024-12-03 15:18:38 +08:00
committed by GitHub
parent 95da6de9e1
commit 934dbc2e2b
2 changed files with 37 additions and 12 deletions

View File

@ -234,6 +234,7 @@ class Canvas(ABC):
except Exception as e:
yield {"content": "*Exception*: {}".format(e), "running_status": True}
logging.exception("Canvas.run got exception")
ran += 1
if ran >= len(self.path[-1]) and waiting:
without_dependent_checking = waiting