Glavin001/PeakProgrammer

Reward step by step thinking within special comments

开放

#24 创建于 2023年6月15日

 (3 条评论) (0 个反应) (0 位负责人)Jupyter Notebook (0 个派生)github user discovery
enhancementhelp wantedreward

仓库指标

星标
 (0 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Maybe add a special kind of comment for step-by-step thinking which can be easily excluded from the resulting code output?

def helloWorld():
<|start_thinking|>I need to use print!<|end_thinking|>
  print("Hello world!")

贡献者指南