💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
### 模块安装的目录 如果已经没有安装,通过 pip install tensorflow安装 如果已经安装, 通过 pip install tensorflow可以查看安装的目录。 Python 模块的安装目录 D:\inssoftware\Python\Python36\Lib\site-packages C:\Users\xxx\AppData\Local\Programs\Python\Python36 ## ``` certmgr.msc ``` ## HTTPS 证书 ``` ``` pip install --trusted-host pypi.org openai pip3 --cert C:\\inssoftware\\Python\\Python311\\Lib\\site-packages\\pip\\_vendor\\certifi\\cacert.pem install openai pip install openai -i https://pypi.org/simple --trusted-host pypi.org pip install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.python.org openai type ss.crt >> C:\inssoftware\Python\Python311\Lib\site-packages\pip\_vendor\certifi\cacert.pem set PIP_CERT=C:\inssoftware\Python\Python311\Lib\site-packages\pip\_vendor\certifi\cacert.pem pip3 --cert D:\cert\pypi.crt install openai pip install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host=files.pythonhosted.org openai pip install --trusted-host pypi.org --trusted-host pypi.python.org --i https://pypi.org/simple/ openai pip install --trusted-host pypi.org --trusted-host pypi.python.org --trusted- ``` ## ``` python -m pip download flask ```