Glavin001/PeakProgrammer

Reward step by step thinking within special comments

オープン

#24 opened on 2023/06/15

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)Jupyter Notebook (0 件のフォーク)github user discovery
enhancementhelp wantedreward

Repository metrics

Stars
 (0 個のスター)
PR merge metrics
 (30d に merged 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!")

コントリビューターガイド