Files
tabbyAPI/model.py
kingbri 5728b9fffb Model: Don't error out if a generation is empty
When stream is false, the generation can be empty, which means
that there's no chunks present in the final generation array, causing
an error.

Instead, return a dummy value if generation is falsy (empty array
or None)

Signed-off-by: kingbri <bdashore3@proton.me>
2023-12-20 00:51:33 -05:00

24 KiB