cp adapted to 2026 poweron
All checks were successful
Deploy LLM Service / deploy (push) Successful in 23s
All checks were successful
Deploy LLM Service / deploy (push) Successful in 23s
This commit is contained in:
parent
1e2a6bea70
commit
b15d283941
5 changed files with 5 additions and 5 deletions
2
app.py
2
app.py
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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."""
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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."""
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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)."""
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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."""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue