Skip to content

Commit 534a5ef

Browse files
committed
Update Conv_Char_Window.py
1 parent fc0d41c commit 534a5ef

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tldw_chatbook/UI/Conv_Char_Window.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ def compose(self) -> ComposeResult:
121121
with VerticalScroll(id="conv-char-right-pane", classes="cc-right-pane"):
122122
yield Static("Details & Settings", classes="sidebar-title") # This title is for the whole pane
123123

124-
# LLM Settings Container
125-
with Container(id="ccp-right-pane-llm-settings-container"):
126-
yield from create_settings_sidebar(TAB_CCP, self.app_instance.app_config)
127-
128124
# Conversation Details Collapsible
129125
with Collapsible(title="Conversation Details", id="ccp-conversation-details-collapsible",
130126
collapsed=False): # Start expanded

0 commit comments

Comments
 (0)