Commit History

fix stream corruption and timeout
01a57aa

Arshit Malik commited on

add heartbeat to prevent timeout
51a4109

Arshit Malik commited on

fix blank page and keep alive
51660c2

Arshit Malik commited on

fix streaming and sync
1f9a645

Arshit Malik commited on

streaming+sync
1b81ca8

Arshit Malik commited on

num_predict=-1 (unlimited), keep model loaded forever
8e3fda7

Arshit Malik commited on

fix: persistent chat history, reduced max_tokens, extended keep_alive
9571cd1

Arshit Malik commited on

fix: export ollama vars + use Python proxy for chat
e137a12

Arshit Malik commited on

fix: nginx symlink + simplify Ollama API body
0aaa3b8

Arshit Malik commited on

fix: add model name directly in JavaScript API call
23a86fd

Arshit Malik commited on

fix: use deepseek-r1:8b model name in chat requests
52c54f9

Arshit Malik commited on

fix: add zstd dependency for ollama install
1a7c454

Arshit Malik commited on

minimal base image (python:3.11-slim-bookworm) + deepseek-r1:8b
a2d278b

Arshit Malik commited on

switch to deepseek-r1:8b for 128K stability
bc31b18

Arshit Malik commited on

fix: runtime nginx config with 600s timeout + direct Ollama proxy
9e1dd7a

Arshit Malik commited on

fix: 504 timeout (300s nginx) + BrokenPipe handling
d17f6cd

Arshit Malik commited on

feat: remove OpenClaw gateway – use Ollama directly for chat
a342707

Arshit Malik commited on

fix: chat via Ollama native API directly, bypass gateway
5d6048a

Arshit Malik commited on

fix: call Ollama directly on port 11434, bypass gateway for chat
33a014c

Arshit Malik commited on

fix: proxy chat requests through health server, avoid CORS+gateway OPTIONS issue
a9b127a

Arshit Malik commited on

fix: clean health_server.py with proper CORS/OPTIONS
750ec07

Arshit Malik commited on

fix: CORS/OPTIONS support for chat API calls
a0b19cd

Arshit Malik commited on

fix: clean start.sh with no sed commands
2432552

Arshit Malik commited on

fix: clean Dockerfile with /v1/ proxy, OpenAI-compatible API
f7d419b

Arshit Malik commited on

fix: Ollama direct API + nginx proxy
f1211b7

Arshit Malik commited on

fix: route /v1/ to gateway for chat API
ad44f36

Arshit Malik commited on

fix: correct API endpoint path
7e918f4

Arshit Malik commited on

fix: stable mode:none + custom chat UI replacing broken canvas
0890aa5

Arshit Malik commited on

fix: nginx injects Authorization header for canvas auth
9f9df01

Arshit Malik commited on

fix: token auth + dangerouslyDisableDeviceAuth
f3faf80

Arshit Malik commited on

fix: auth mode none – open canvas
3e05127

Arshit Malik commited on

fix: IQ3_XS model, clean Dockerfile, dynamic token
b6827df

Arshit Malik commited on

fix: revert Dockerfile to clean version
032340b

Arshit Malik commited on

fix: IQ3_XS 14B (6.38GB) for 128K stability, auto-token auth
e5d9aca

Arshit Malik commited on

fix: nginx injects Bearer token for canvas API requests
5958080

Arshit Malik commited on

fix: add --token to gateway + controlUi insecure auth for canvas
9a52477

Arshit Malik commited on

fix: add auth mode + remote token + env var for canvas access
cb8a18e

Arshit Malik commited on

fix: proper auth object with embedded token
20c7821

Arshit Malik commited on

fix: disable gateway auth explicitly
df0d441

Arshit Malik commited on

fix: clean start.sh - use health_server.py file only, no inline HTML
bbe2094

Arshit Malik commited on

fix: standalone health server script avoids shell quoting issues
faf3c51

Arshit Malik commited on

fix: remove auth, use openai-completions API for no-tool text mode, 128K context
0e7e26b

Arshit Malik commited on

fix: remove invalid thinking key, correct env var, 128K in health page
482bb00

Arshit Malik commited on

fix: canvas auth via token param, 128K context, thinking=high
6f761b5

Arshit Malik commited on

fix: text-only model config to prevent tool errors, nginx routing for canvas
5d9d01b

Arshit Malik commited on

fix: official ollama model with tool support, health page on :8080, 96K context
29ac536

Arshit Malik commited on

fix: disable OpenClaw health-monitor via channelHealthCheckMinutes=0
722cec4

Arshit Malik commited on

web-only: remove Telegram, fixed auth token, kill health-monitor
8c568e4

Arshit Malik commited on

fix: ollama provider api key, remove unrecognized identity block
1f5d125

Arshit Malik commited on

fix: openclaw gateway mode=local, allow-unconfigured
fc80721

Arshit Malik commited on