机长 大佬有话说 :
Azure OpenAI 调教成功 记录下过程
首先环境要求Python3.8以上,我用的老机子,一直没升级,先做准备工作
以下是升级CentOS上的Python 3.6到3.8的步骤:
安装EPEL存储库:sudo yum install epel-release
安装yum-utils:sudo yum install yum-utils
安装CentOS SCL存储库:sudo yum install centos-release-scl
安装Python 3.8:sudo yum install rh-python38
启用Python 3.8:scl enable rh-python38 bash
验证Python版本:python –version
现在CentOS系统上的Python版本应该已经升级到3.8。
代码很简单,然而我就在这上面载了跟头
https://learn.microsoft.com/en-us/azure/cognitive-services/openai/how-to/chatgpt?pivots=programming-language-chat-completions
演示代码以及网上的代码engine写的是模型版本gpt-35-turbo,用这个一直报错
openai.error.InvalidRequestError: The API deployment for this resource does not exist. If you created the deployment within the last 5 minutes, please wait a mo ment and try again.
在GPT-3 Playground中实际写的是部署名,而不是GPT版本,搞不懂微软为什么要绕一个大圈子,Basic example写部署名不就完事了,或者和普通openai一样都用版本号。
网上相关的也都是这样写的,我都怀疑根本没有测试,比如这个小日子的 https://zenn.dev/microsoft/articles/59448047cd5ed9
最后一个问题: 调用消耗账户的200$试用金余额还是单独计费?担心一觉醒来几百刀没了
Amanda 大佬有话说 :
我好奇你是用什么账号申请的
机长 大佬有话说 :
Amanda 大佬有话说 : 2023-4-25 02:40
我好奇你是用什么账号申请的
企业帐号+企业邮箱