Glavin001/PeakProgrammer

Reward step by step thinking within special comments

Open

#24 geöffnet am 15. Juni 2023

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Jupyter Notebook (0 Forks)github user discovery
enhancementhelp wantedreward

Repository-Metriken

Stars
 (0 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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