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!")

貢獻者指南