Parcourir la source

fix: 修复 ollama_service.py 语法错误

何文松 il y a 1 mois
Parent
commit
ce6f681819
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  1. 0 3
      python-services/ner-service/app/services/ollama_service.py

+ 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]: