Glavin001/PeakProgrammer

Reward step by step thinking within special comments

Open

#24 ouverte le 15 juin 2023

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)Jupyter Notebook (0 forks)github user discovery
enhancementhelp wantedreward

Métriques du dépôt

Stars
 (0 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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

Guide contributeur