mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user