mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 07:40:12 +01:00
feat(ui): add LLM mode to UI (#1080)
This commit is contained in:
parent
b7450911b2
commit
d249a17c33
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ with gr.Blocks(
|
||||||
chatbot = gr.ChatInterface(
|
chatbot = gr.ChatInterface(
|
||||||
_chat,
|
_chat,
|
||||||
chatbot=gr.Chatbot(
|
chatbot=gr.Chatbot(
|
||||||
label="Chat",
|
label=f"LLM: {settings.llm.mode}",
|
||||||
show_copy_button=True,
|
show_copy_button=True,
|
||||||
render=False,
|
render=False,
|
||||||
avatar_images=(
|
avatar_images=(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue