SnapdragonLee / ChatGPT-weBot

Chat with ChatGPT (gpt-3.5 or newer),WeChat hook interface based
655 stars 117 forks source link

"engine": "gpt-3.5-turbo", 其它模型不支持么 #67

Closed likohank closed 1 year ago

likohank commented 1 year ago

engine 对应的值需要为其中之一:gpt-3.5-turbo, gpt-3.5-turbo-0301, gpt-4, gpt-4-0314, gpt-4-32k, gpt-4-32k-0314。

返回内容为 {'error': {'message': 'The model: gpt-4 does not exist', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}}

SnapdragonLee commented 1 year ago

您需要申请到gpt-4的使用资格才可以使用的