diff --git a/ai_answers.py b/ai_answers.py index ff25375..6f2cd07 100644 --- a/ai_answers.py +++ b/ai_answers.py @@ -18,8 +18,8 @@ class SXNGPlugin(Plugin): super().__init__(plg_cfg) self.info = PluginInfo( id=self.id, - name=gettext("Gemini Flash Streaming"), - description=gettext("Live AI search answers using Google Gemini Flash"), + name=gettext("AI Answers Plugin"), + description=gettext("Live AI search answers using AI providers."), preference_section="general", ) self.provider = os.getenv('LLM_PROVIDER', 'openrouter').lower() @@ -242,5 +242,5 @@ class SXNGPlugin(Plugin): ''' search.result_container.answers.add(results.types.Answer(answer=Markup(html_payload))) except Exception as e: - logger.error(f"Gemini Flash plugin error: {e}") + logger.error(f"AI Answers plugin error: {e}") return results diff --git a/test_standalone.py b/test_standalone.py index fb73091..4df6a12 100644 --- a/test_standalone.py +++ b/test_standalone.py @@ -111,7 +111,7 @@ class PluginTestCase(unittest.TestCase): response = self.app.get('/') content = response.data.decode('utf-8') self.assertIn('