Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions nemo_skills/prompt/config/gpt-oss/livecodebench.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
user: |-
{question}

Please avoid using `sys.stdin.buffer` to process input, and avoid using `threading`.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: The simplified prompt lacks explicit guidance on allowed input methods (like input(), sys.stdin.read()) that were in the previous version. Consider whether models might benefit from positive examples of what TO use, not just what to avoid.

Suggested change
Please avoid using `sys.stdin.buffer` to process input, and avoid using `threading`.
Please avoid using `sys.stdin.buffer` to process input, and avoid using `threading`. Instead use `input()` or `sys.stdin.read()`.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!