Update DevChat configuration and GUI submodule commit hash

This commit is contained in:
bobo.yang 2024-05-08 15:35:32 +08:00
parent 560a91b53d
commit be6f8cc888
2 changed files with 3 additions and 2 deletions

View File

@ -258,7 +258,8 @@ class DevChat {
"OPENAI_API_KEY": llmModelData.api_key.trim(),
"DEVCHAT_UNIT_TESTS_USE_USER_MODEL": 1,
// eslint-disable-next-line @typescript-eslint/naming-convention
...llmModelData.api_base? { "OPENAI_API_BASE": llmModelData.api_base, "OPENAI_BASE_URL": llmModelData.api_base } : {}
...llmModelData.api_base? { "OPENAI_API_BASE": llmModelData.api_base, "OPENAI_BASE_URL": llmModelData.api_base } : {},
"DEVCHAT_PROXY": DevChatConfig.getInstance().get('DEVCHAT_PROXY') || "",
};
// build process options

2
tools

@ -1 +1 @@
Subproject commit 69923af4bccbe543313d354800b6e38fb4da90b3
Subproject commit 42f151f7aa5bd2f2d3460244edf787d98712a8db