diff --git a/src/processor/ollama_provider.py b/src/processor/ollama_provider.py index ed44b28..7ffbda4 100644 --- a/src/processor/ollama_provider.py +++ b/src/processor/ollama_provider.py @@ -32,7 +32,7 @@ class OllamaProvider(ILLMProvider): "1. 'relevance_score' (integer 0-10): Score the potential impact on our R&D targets.\n" "2. 'summary_ru' (string): A concise technical summary in Russian (2-3 sentences). Explain methodology, core innovation, and practical relevance.\n" "3. 'anomalies_detected' (list of strings): Identify state-of-the-art (SOTA) breakthroughs, strategic disruptions, new standards, or unexpected results. Return [] if none.\n" - "4. 'category' (string): Must be exactly one of: 'Browsers', 'SmartTV', 'Samsung New Technologies', 'Middleware new trends', 'Competitors', 'Academic/SOTA', 'C++ Trends', 'Edge AI', 'Other'.\n\n" + "4. 'category' (string): Must be exactly one of: 'WebEngines/Browsers', 'System Tools (SWE)', 'Middleware Platforms', 'Cross-Platform', 'SmartTV/IoT', 'Samsung New Technologies', 'C++ Trends', 'Competitors', 'Academic/SOTA', 'Other'.\n\n" "SCORING GUIDELINES ('relevance_score'):\n" "Start with a base score:\n"