Skip to content

Commit

Permalink
update to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyJiangWJ committed Jun 2, 2024
1 parent f7c0d97 commit 2acfd54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: TonyJiangWJ
* @Date: 2019-11-27 09:03:57
* @Last Modified by: TonyJiangWJ
* @Last Modified time: 2024-05-12 16:53:39
* @Last Modified time: 2024-06-02 14:53:40
* @Description:
*/
require('./lib/Runtimes.js')(global)
Expand Down Expand Up @@ -286,7 +286,7 @@ config.fodder_config = convertDefaultData(default_fodder_config, CONFIG_STORAGE_
config.ai_type = config.fodder_config.ai_type
config.kimi_api_key = config.fodder_config.kimi_api_key
config.chatgml_api_key = config.fodder_config.chatgml_api_key
config.code_version = 'v1.3.1.1'
config.code_version = 'v1.3.2'
if (!isRunningMode) {
module.exports = function (__runtime__, scope) {
if (typeof scope.config_instance === 'undefined') {
Expand Down

0 comments on commit 2acfd54

Please sign in to comment.