mirror of
https://github.com/infinition/Bjorn.git
synced 2026-03-19 10:10:24 +00:00
feat: Add login page with dynamic RGB effects and password toggle functionality
feat: Implement package management utilities with JSON endpoints for listing and uninstalling packages feat: Create plugin management utilities with endpoints for listing, configuring, and installing plugins feat: Develop schedule and trigger management utilities with CRUD operations for schedules and triggers
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
# web_utils/llm_utils.py
|
||||
# HTTP endpoints for LLM chat, LLM bridge config, and MCP server config.
|
||||
# Follows the same pattern as all other web_utils classes in this project.
|
||||
|
||||
"""llm_utils.py - HTTP endpoints for LLM chat, bridge config, and MCP server config."""
|
||||
import json
|
||||
import uuid
|
||||
from typing import Any, Dict
|
||||
|
||||
Reference in New Issue
Block a user