We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0d41c commit 534a5efCopy full SHA for 534a5ef
tldw_chatbook/UI/Conv_Char_Window.py
@@ -121,10 +121,6 @@ def compose(self) -> ComposeResult:
121
with VerticalScroll(id="conv-char-right-pane", classes="cc-right-pane"):
122
yield Static("Details & Settings", classes="sidebar-title") # This title is for the whole pane
123
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
-
128
# Conversation Details Collapsible
129
with Collapsible(title="Conversation Details", id="ccp-conversation-details-collapsible",
130
collapsed=False): # Start expanded
0 commit comments