From d249a17c330abd122e4988d35d94bcc2df980700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Mart=C3=ADnez?= Date: Thu, 19 Oct 2023 19:21:29 +0200 Subject: [PATCH] feat(ui): add LLM mode to UI (#1080) --- private_gpt/ui/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private_gpt/ui/ui.py b/private_gpt/ui/ui.py index df8904e81..9a276e61d 100644 --- a/private_gpt/ui/ui.py +++ b/private_gpt/ui/ui.py @@ -142,7 +142,7 @@ def _upload_file(file: TextIO) -> list[list[str]]: chatbot = gr.ChatInterface( _chat, chatbot=gr.Chatbot( - label="Chat", + label=f"LLM: {settings.llm.mode}", show_copy_button=True, render=False, avatar_images=(