Glavin001/PeakProgrammer

Reward step by step thinking within special comments

Aberta

#24 aberto em 15 de jun. de 2023

 (3 comentários) (0 reação) (0 responsável)Jupyter Notebook (0 fork)github user discovery
enhancementhelp wantedreward

Métricas do repositório

Stars
 (0 estrela)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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!")

Guia do colaborador