无法在命令提示符下使用 openai

2024-01-10

I know this is a super basic question but pls help me with this problemI have properly installed the openai with the nodejs library using npm install openai openai docs https://beta.openai.com/docs/guides/fine-tuning and updated them but when working on fine tuning my model it throws an error openai is not recognized as as internal or external command operable program or batch file and is installed at this location C:\Users\Desktop\openaimodel\node_modules\openai openai location


对于 Python 开发人员 如果在 Windows 命令提示符中找不到 openai 命令,请将此路径添加到环境变量中的 Path 变量:

C:\Users\{YourUsername}\appdata\roaming\python\python{-PythonVersion}\Scripts

将 {YourUsername} 替换为您的 Windows 用户名,将 {-PythonVersion} 替换为您当前的 Python 版本。

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

无法在命令提示符下使用 openai 的相关文章

随机推荐