Fix show html in gui

This commit is contained in:
Heiner Lohaus 2024-12-15 12:23:04 +01:00
parent 315a2f2595
commit 3b7b79f5ba
4 changed files with 25 additions and 22 deletions

View file

@ -130,7 +130,8 @@ class Api:
model, provider_handler = get_model_and_provider(
kwargs.get("model"), provider,
stream=True,
ignore_stream=True
ignore_stream=True,
logging=False
)
first = True
try: