KrillinAI
KrillinAI copied to clipboard
建议增加推理模型兼容,删除推理标签
类似于python的写法
# 删除推理标签
translated_result = re.sub(r'<think>.*?</think>', '', translated_raw_result, flags=re.DOTALL).strip()
Do not need this. For translation purpose, normal LLM is enough. Thinking model is slow and expensive
This PR #104 solved this