xThr45hx's picture
Add source, patches, scripts, build notes, README, LICENSE
00db36f verified
Raw
History Blame Contribute Delete
483 Bytes
# OpenClaw SSE Proxy — strips reasoning_content so OpenClaw shows text instead of "..."
# Run this alongside the INT4 server. Point OpenClaw at http://localhost:5002
$env:PYTHONPATH = "D:\AI\apps\TensorRT-LLM"
$python = "D:\AI\apps\TensorRT-LLM\.venv-3.11\Scripts\python.exe"
Write-Host "=== OpenClaw Proxy :5002 -> :5001 ===" -ForegroundColor Cyan
Write-Host "Update openclaw.json: set API URL to http://localhost:5002"
Write-Host ""
& $python "D:\AI\models\openclaw_proxy.py"