cp adapted to 2026 poweron
All checks were successful
Deploy LLM Service / deploy (push) Successful in 23s

This commit is contained in:
ValueOn AG 2026-06-09 09:54:11 +02:00
parent 1e2a6bea70
commit b15d283941
5 changed files with 5 additions and 5 deletions

2
app.py
View file

@ -1,4 +1,4 @@
# Copyright (c) 2025 Patrick Motsch # Copyright (c) 2026 PowerOn AG
# All rights reserved. # All rights reserved.
""" """
Private-LLM Service - FastAPI Web App Private-LLM Service - FastAPI Web App

View file

@ -1,4 +1,4 @@
# Copyright (c) 2025 Patrick Motsch # Copyright (c) 2026 PowerOn AG
# All rights reserved. # All rights reserved.
"""Shared configuration, models, helpers, and auth for the Private-LLM service.""" """Shared configuration, models, helpers, and auth for the Private-LLM service."""

View file

@ -1,4 +1,4 @@
# Copyright (c) 2025 Patrick Motsch # Copyright (c) 2026 PowerOn AG
# All rights reserved. # All rights reserved.
"""API routes for Private-LLM: health, models, analyze, PDF extract, Ollama status.""" """API routes for Private-LLM: health, models, analyze, PDF extract, Ollama status."""

View file

@ -1,4 +1,4 @@
# Copyright (c) 2025 Patrick Motsch # Copyright (c) 2026 PowerOn AG
# All rights reserved. # All rights reserved.
"""OpenAI-compatible routes for Cursor integration (/v1/models, /v1/chat/completions).""" """OpenAI-compatible routes for Cursor integration (/v1/models, /v1/chat/completions)."""

View file

@ -1,4 +1,4 @@
# Copyright (c) 2025 Patrick Motsch # Copyright (c) 2026 PowerOn AG
# All rights reserved. # All rights reserved.
"""Web UI routes for the Private-LLM test interface.""" """Web UI routes for the Private-LLM test interface."""