目前支持Python 和 OpenAI 这两个版本
作者: ZLVincent创建于 2025年2月18日更新于 2025年2月18日
标签operation problem
Python - v3.11 OpenAI - v1.63.2 After starting, the error message is "cannot import name 'Sequence' from 'typing_extensions' (/usr/lib/python3/dist-packages/typing_extensions.py)" In the latest Python, the Sequence package has been moved to typing, but it seems that the code in OpenAI has not been completely changed, so the startup reports an error. I would like to ask which version of OpenAI was used for testing in the latest version of wukong-robot.
内容来源: wzpan/wukong-robot