Can‘t use openai in command prompt

**题意:**在命令提示符(Command Prompt)中不能使用OpenAI

问题背景:

I know this is a super basic question but pls help me with this problem I have properly installed the openai with the nodejs library using npm install openai openai docs 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

我知道这是一个非常基础的问题,但请帮我解决这个难题。我已经正确地使用 npm install openai 命令安装了 OpenAI 的 Node.js 库,并查看了 OpenAI 的文档,我也更新了它们。但是,当我在微调我的模型时,它抛出了一个错误:"openai"不是内部或外部命令,也不是可运行的程序或批处理文件"。然而,OpenAI 库是安装在 C:\Users\Desktop\openaimodel\node_modules\openai 这个位置的。

问题解决:

For Python developers If openai command not found in Windows command prompt add this path to your Path variable in Environment Variables :

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

cs 复制代码
C:\Users\{YourUsername}\appdata\roaming\python\python{-PythonVersion}\Scripts

Replace the {YourUsername} with your Windows username and the {-PythonVersion} with your current Python version.

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

相关推荐
真滴book理喻21 分钟前
Vue(四)
前端·javascript·vue.js
程序员_三木1 小时前
Three.js入门-Raycaster鼠标拾取详解与应用
开发语言·javascript·计算机外设·webgl·three.js
开心工作室_kaic2 小时前
springboot476基于vue篮球联盟管理系统(论文+源码)_kaic
前端·javascript·vue.js
川石教育2 小时前
Vue前端开发-缓存优化
前端·javascript·vue.js·缓存·前端框架·vue·数据缓存
搏博2 小时前
使用Vue创建前后端分离项目的过程(前端部分)
前端·javascript·vue.js
温轻舟2 小时前
前端开发 之 12个鼠标交互特效上【附完整源码】
开发语言·前端·javascript·css·html·交互·温轻舟
web135085886353 小时前
2024-05-18 前端模块化开发——ESModule模块化
开发语言·前端·javascript
LCG元4 小时前
javascript页面设计案例【使用HTML、CSS和JavaScript创建一个基本的互动网页】
javascript
技术程序猿华锋4 小时前
Gemini 2.0 Flash 体验版实测:日常视觉识别的最佳选择,关键在于其API Key现在是免费调用
开发语言·javascript·ecmascript·googlecloud·gemini
TttHhhYy4 小时前
uniapp+vue开发app,蓝牙连接,蓝牙接收文件保存到手机特定文件夹,从手机特定目录(可自定义),读取文件内容,这篇首先说如何读取,手机目录如何寻找
开发语言·前端·javascript·vue.js·uni-app