Closed hongyi-zhao closed 1 year ago
是否使用了 requirements.txt 安装依赖? tiktoken的版本是多少?
多谢提醒,执行下面的命令后成功了:
$ pip install -U tiktoken
实际上,我的 API_KEY
是购买了 GPT-4
的:
但是,从 gpt_academic 中无法使用这个功能:
这是什么原因?
就是没有获得 GPT-4 API 访问的体验资格。参考下面的讨论:
https://github.com/karthink/gptel/issues/59 https://github.com/emacs-openai/chatgpt/issues/11
Installation Method | 安装方法与平台
Pip Install (I used latest requirements.txt and python>=3.8)
Describe the bug & Screen Shot | 简述 与 有帮助的截图
Terminal Traceback & Material to Help Reproduce Bugs | 终端traceback(如有) + 帮助我们复现的测试材料样本(如有)
No response