This commit is contained in:
Kovid Goyal 2025-09-06 16:27:51 +05:30
parent a8b12a86cf
commit 2b0ac21ca8
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -402,8 +402,8 @@ class LLMPanel(QWidget):
def start_api_call(self, action_prompt):
if not self.is_ready_for_use:
self.show_error(f"<b>{_('AI provider not configured.')}</b> <a href='http://configure-ai.com'>{_(
'Configure AI provider')}</a>", is_critical=False)
self.show_error(f'''<b>{_('AI provider not configured.')}</b> <a href="http://configure-ai.com">{_(
'Configure AI provider')}</a>''', is_critical=False)
return
if not self.latched_conversation_text:
self.show_error(f"<b>{_('Error')}:</b> {_('No text is selected for this conversation.')}", is_critical=True)