feat(phase-03): build OpenClaude CLI + provider config + launchers
This commit is contained in:
14
scripts/start_openclaude.ps1
Normal file
14
scripts/start_openclaude.ps1
Normal file
@@ -0,0 +1,14 @@
|
||||
# OpenClaude CLI Launcher (Variet Engine)
|
||||
# Usage: .\scripts\start_openclaude.ps1 [args...]
|
||||
|
||||
$env:CLAUDE_CODE_USE_OPENAI = "1"
|
||||
$env:OPENAI_BASE_URL = "http://192.168.10.4:8000/v1"
|
||||
$env:OPENAI_API_KEY = "variet-local"
|
||||
$env:OPENAI_MODEL = "gemma-4-26b"
|
||||
|
||||
Push-Location "$PSScriptRoot\..\openclaude"
|
||||
try {
|
||||
node dist/cli.mjs @args
|
||||
} finally {
|
||||
Pop-Location
|
||||
}
|
||||
Reference in New Issue
Block a user