问题标签 [codex]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - 如何在 editor.js 中添加内联注释
我已经集成了 editor.js。我想为它添加一个内联评论功能。任何可以指导我完成它的人。
python - javascript 中的 codex 似乎无法在 python 中模仿?
我正在尝试重做此链接,以便在 youtube 链接之后使用 codex 在 python 中创建宇宙飞船游戏。该链接显示了如何使用 codex 使用自然语言自动创建代码。
我使用“自然语言到python”选项在python的操场上尝试了它,并尝试使用以下命令加载图像,就像在youtube视频中所做的那样
通过使用变量并设置“温度 = 0.54”,我可以获得的最佳结果是以下代码:
有没有人能够在 python 中重新创建这个链接,我在这里遗漏了什么或者由于某些原因无法完成?