mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-27 17:56:25 +02:00
fix merge conflicts
This commit is contained in:
parent
d7315e7f27
commit
a180bf5576
5 changed files with 18 additions and 18 deletions
|
|
@ -220,6 +220,6 @@ async def stream_vision_autocomplete(
|
|||
logger.warning(f"Vision autocomplete: selected model does not support vision: {e}")
|
||||
yield streaming.format_error(vision_error_msg)
|
||||
else:
|
||||
logger.error(f"Vision autocomplete streaming error: {e}")
|
||||
yield streaming.format_error(str(e))
|
||||
logger.error(f"Vision autocomplete streaming error: {e}", exc_info=True)
|
||||
yield streaming.format_error("Autocomplete failed. Please try again.")
|
||||
yield streaming.format_done()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue