Skip to content

Commit

Permalink
更新openai gpt-4o
Browse files Browse the repository at this point in the history
  • Loading branch information
estea8968 committed Jul 18, 2024
1 parent 25cc119 commit b138f7b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="google" value="notranslate">
<link rel="shortcut icon" href="static/favicon.ico">
<title>OSEP_scratch 1130630</title>
<title>OSEP_scratch 1130718</title>

</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions app/lib.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -431609,7 +431609,7 @@ var openai = /*#__PURE__*/function () {
MODLE: {
type: ArgumentType.STRING,
menu: 'modleItem',
defaultValue: 'gpt-4'
defaultValue: 'gpt-4o'
}
},
text: msg.set_ai_modle[theLocale]
Expand Down Expand Up @@ -431700,7 +431700,7 @@ var openai = /*#__PURE__*/function () {
},
modleItem: {
acceptReporters: true,
items: ['gpt-3.5-turbo', 'gpt-4']
items: ['gpt-3.5-turbo', 'gpt-4o']
}
}
};
Expand Down
2 changes: 1 addition & 1 deletion app/lib.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions source/scratch-vm/src/extensions/scratch3_openai/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class openai {
MODLE: {
type: ArgumentType.STRING,
menu:'modleItem',
defaultValue: 'gpt-4'
defaultValue: 'gpt-4o'
},
},
text: msg.set_ai_modle[theLocale]
Expand Down Expand Up @@ -302,7 +302,7 @@ class openai {
},
modleItem:{
acceptReporters: true,
items: ['gpt-3.5-turbo','gpt-4'],
items: ['gpt-3.5-turbo','gpt-4o'],
},
}
};
Expand Down

0 comments on commit b138f7b

Please sign in to comment.