File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 # For a discussion on single-sourcing the version across setup.py and the
3838 # project code, see
3939 # https://packaging.python.org/en/latest/single_source_version.html
40- version = '2.0 ' , # Required. eg. 1.2.3
40+ version = '2.1 ' , # Required. eg. 1.2.3
4141
4242 # This is a one-line description or tagline of what your project does. This
4343 # corresponds to the "Summary" metadata field:
Original file line number Diff line number Diff line change 2121CHATGPT_4o_20240806 = "gpt-4o-2024-08-06" # 128K(静态模型,100% 格式化输出)
2222CHATGPT_4o_LATEST = "chatgpt-4o-latest" # 128K(动态模型,价格高)
2323CHATGPT_4o_MINI = "gpt-4o-mini" # 128K(翻译较弱)
24+ CHATGPT_5_NANO = "gpt-5-nano"
25+ CHATGPT_5_MINI = "gpt-5-mini"
26+ CHATGPT_5 = "gpt-5"
27+ CHATGPT_5_LATEST = "gpt-5-chat-latest"
2428
2529HTTP_PROXY = "HTTP_PROXY"
2630HTTPS_PROXY = "HTTPS_PROXY"
You can’t perform that action at this time.
0 commit comments