mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-08-13 13:15:37 +00:00
feat(ui): add LLM mode to UI (#1080)
This commit is contained in:
parent
b7450911b2
commit
d249a17c33
@ -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=(
|
||||
|
Loading…
Reference in New Issue
Block a user