Hey there, friend using a screen reader. I've carefully labeled every button and image on this site. Hope you have a smooth experience. If anything is inconvenient, my email is in the footer — just let me know and I'll fix it. — Store Owner
Hello everyone, When using legacy fine-tuning, I find the OpenAI CLI extremely helpful due to its numerous tools. For instance, the Prepare Data Helper and the Create Fine-Tuning are particularly useful. However, these tools only apply to legacy models, which consist of JSON with prompt and completion keys. I propose…
openai/openai-pythonAbout 4 hrgood first issueenhancement
Cross-checked · GitHub Good First Issues · aiVerified Aug 27, 2026Add to path
I would like to have shell auto completion support to cli in this python library, which will make cli a more useful tool to play around with openai. Other examples: - GitHub CLI: https://cli.github.com/manual/gh_completion - Stripe CLI: https://stripe.com/docs/stripe-cli/autocomplete
openai/openai-pythonAbout 4 hrgood first issueenhancement
Cross-checked · GitHub Good First Issues · aiVerified Aug 27, 2026Add to path
On current main (5d242823c6de2bbc21d636b2995a38340bd2a16c), _create_file_store() calls tempfile.mkstemp() when no endpoint is supplied but discards the returned file descriptor without closing it. Relevant code: c10d_rendezvous_backend.py. FileStore opens the path independently, so the descriptor created by mkstemp()…
pytorch/pytorchAbout 4 hrgood first issuetriaged
Cross-checked · GitHub Good First Issues · aiVerified Aug 27, 2026Add to path
It is referenced in the docs but not defined anywhere. See also https://github.com/pytorch/pytorch/pull/130957 main cc @awgu @wanchaol @fegin @fduwjj @wz337 @wconstab @d4l3k @pragupta @msaroufim @dcci @aditvenk @weifengpy @svekars @sekyondaMeta @AlannaBurke @XilunWu @H-Huang @kwen2501 @c-p-i-o @brycebortree
pytorch/pytorchAbout 4 hrgood first issuetriage review
Cross-checked · GitHub Good First Issues · aiVerified Aug 27, 2026Add to path