Update project name to VLM Server

This commit is contained in:
2026-04-23 14:14:21 -05:00
parent 3deee39faf
commit 9c05100a18
5 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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.

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vision Jobs</title>
<title>VLM Server</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Aldrich:wght@400;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet" />

View File

@@ -66,7 +66,7 @@ export default function App() {
<header className="app-header">
<div className="header-inner">
<h1 className="app-title">
<span className="title-eye"></span> Vision Jobs
<span className="title-eye"></span> VLM Server
</h1>
</div>
</header>

View File

@@ -1,5 +1,5 @@
/* ============================================================
Vision Jobs — Industrial dark theme
VLM Server — Industrial dark theme
Fonts: Aldrich (display) + JetBrains Mono (data/code)
============================================================ */