Glavin001/PeakProgrammer

Reward step by step thinking within special comments

Open

#24 opened on Jun 15, 2023

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Jupyter Notebook (0 forks)github user discovery
enhancementhelp wantedreward

Repository metrics

Stars
 (0 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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

Contributor guide