Skip to content

Commit

Permalink
feat(ui): add LLM mode to UI (#1080)
Browse files Browse the repository at this point in the history
  • Loading branch information
imartinez committed Oct 19, 2023
1 parent b745091 commit d249a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private_gpt/ui/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=(
Expand Down

0 comments on commit d249a17

Please sign in to comment.