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=(