From 9c05100a18fc7b46689d19d59c2e04af31a000a1 Mon Sep 17 00:00:00 2001 From: Khalid Adil Date: Thu, 23 Apr 2026 14:14:21 -0500 Subject: [PATCH] Update project name to VLM Server --- Dockerfile | 2 +- README.md | 2 +- index.html | 2 +- src/App.jsx | 2 +- src/styles.css | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 53d50ea..57996ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -# Vision Jobs — Fastify + Vite static build, SQLite persistence under /app/data +# VLM Server — Fastify + Vite static build, SQLite persistence under /app/data ARG NODE_VERSION=22 diff --git a/README.md b/README.md index cfd4bf2..31e0bf8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Vision Jobs +# VLM Server A multimodal visual analysis queue — submit an image + prompt, get a response from a cloud vision model. Switch between **Ollama Cloud** and **OpenRouter** by changing two environment variables, no code changes needed. diff --git a/index.html b/index.html index 7dafcc8..3d66c6e 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - Vision Jobs + VLM Server diff --git a/src/App.jsx b/src/App.jsx index f5d135a..4a1ff49 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -66,7 +66,7 @@ export default function App() {

- Vision Jobs + VLM Server

diff --git a/src/styles.css b/src/styles.css index c6e3d9e..f24f395 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1,5 +1,5 @@ /* ============================================================ - Vision Jobs — Industrial dark theme + VLM Server — Industrial dark theme Fonts: Aldrich (display) + JetBrains Mono (data/code) ============================================================ */