Sfoglia il codice sorgente

fix: 修复 ollama_service.py 语法错误

何文松 1 mese fa
parent
commit
ce6f681819

+ 0 - 3
python-services/ner-service/app/services/ollama_service.py

@@ -91,9 +91,6 @@ class OllamaService:
 
 JSON结果:
 ```json"""
-
-## JSON结果:
-"""
         return prompt
     
     async def _call_ollama(self, prompt: str) -> Optional[str]: