Update DevChat configuration and GUI submodule commit hash
This commit is contained in:
parent
560a91b53d
commit
be6f8cc888
@ -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
2
tools
@ -1 +1 @@
|
||||
Subproject commit 69923af4bccbe543313d354800b6e38fb4da90b3
|
||||
Subproject commit 42f151f7aa5bd2f2d3460244edf787d98712a8db
|
Loading…
x
Reference in New Issue
Block a user