feat(ui): add LLM mode to UI (#1080)

This commit is contained in:
Iván Martínez 2023-10-19 19:21:29 +02:00 committed by GitHub
parent b7450911b2
commit d249a17c33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ with gr.Blocks(
chatbot = gr.ChatInterface(
_chat,
chatbot=gr.Chatbot(
label="Chat",
label=f"LLM: {settings.llm.mode}",
show_copy_button=True,
render=False,
avatar_images=(