Glavin001/PeakProgrammer

Reward step by step thinking within special comments

Open

#24 aperta il 15 giu 2023

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)Jupyter Notebook (0 fork)github user discovery
enhancementhelp wantedreward

Metriche repository

Star
 (0 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor