Merge branch 'main' of https://github.com/y574444354/csc
This commit is contained in:
commit
5fdc738036
|
|
@ -117,6 +117,8 @@ export function isAnthropicAuthEnabled(): boolean {
|
|||
isEnvTruthy(process.env.CLAUDE_CODE_USE_BEDROCK) ||
|
||||
isEnvTruthy(process.env.CLAUDE_CODE_USE_VERTEX) ||
|
||||
isEnvTruthy(process.env.CLAUDE_CODE_USE_FOUNDRY) ||
|
||||
isEnvTruthy(process.env.CLAUDE_CODE_USE_COSTRICT) ||
|
||||
(settings as any).modelType === 'costrict' ||
|
||||
(settings as any).modelType === 'openai' ||
|
||||
(settings as any).modelType === 'gemini' ||
|
||||
!!process.env.OPENAI_BASE_URL ||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user