add support for sd.cpp new/merged openai compatible api

This commit is contained in:
Green Sky
2025-12-16 23:03:26 +01:00
parent c9dd7259f2
commit 9090c60d62
6 changed files with 232 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
# cmake setup begin
project(solanaceae_sdbot-webui)