File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 5252 uses : ad-m/github-push-action@master
5353 with :
5454 github_token : ${{ secrets.GITHUB_TOKEN }}
55+ branch : ' maintenance'
5556
5657 - name : Upload binaries to release
5758 uses : svenstaro/upload-release-action@v2
Original file line number Diff line number Diff line change 3535 "title" : " 模型" ,
3636 "defaultValue" : " gpt-3.5-turbo" ,
3737 "menuValues" : [
38+ {
39+ "title" : " gpt-3.5-turbo-0613 (recommended)" ,
40+ "value" : " gpt-3.5-turbo-0613"
41+ },
3842 {
3943 "title" : " gpt-3.5-turbo-0301" ,
4044 "value" : " gpt-3.5-turbo-0301"
4145 },
4246 {
43- "title" : " gpt-3.5-turbo (recommended)" ,
47+ "title" : " gpt-3.5-turbo-16k" ,
48+ "value" : " gpt-3.5-turbo-16k"
49+ },
50+ {
51+ "title" : " gpt-3.5-turbo" ,
4452 "value" : " gpt-3.5-turbo"
4553 },
4654 {
5159 "title" : " gpt-4-0314" ,
5260 "value" : " gpt-4-0314"
5361 },
62+ {
63+ "title" : " gpt-4-0613" ,
64+ "value" : " gpt-4-0613"
65+ },
5466 {
5567 "title" : " gpt-4-32k" ,
5668 "value" : " gpt-4-32k"
5971 "title" : " gpt-4-32k-0314" ,
6072 "value" : " gpt-4-32k-0314"
6173 },
74+ {
75+ "title" : " gpt-4-32k-0613" ,
76+ "value" : " gpt-4-32k-0613"
77+ },
6278 {
6379 "title" : " text-davinci-003" ,
6480 "value" : " text-davinci-003"
Original file line number Diff line number Diff line change 33var lang = require ( "./lang.js" ) ;
44var ChatGPTModels = [
55 "gpt-3.5-turbo" ,
6+ "gpt-3.5-turbo-16k" ,
67 "gpt-3.5-turbo-0301" ,
8+ "gpt-3.5-turbo-0613" ,
79 "gpt-4" ,
810 "gpt-4-0314" ,
11+ "gpt-4-0613" ,
912 "gpt-4-32k" ,
1013 "gpt-4-32k-0314" ,
14+ "gpt-4-32k-0613" ,
1115] ;
1216
1317/**
You can’t perform that action at this time.
0 commit comments