indicate support for claude messages api

This commit is contained in:
Concedo 2026-03-29 00:57:58 +08:00
parent e3b7905e1c
commit 674b7f5eee

View file

@ -10013,6 +10013,7 @@ def kcpp_main_process(launch_args, g_memory=None, gui_launcher=False):
if "llm" in caps and caps["llm"]:
apimlist.append("OpenAiApi")
apimlist.append("OllamaApi")
apimlist.append("AnthropicApi")
if "txt2img" in caps and caps["txt2img"]:
apimlist.append("A1111ForgeApi")
apimlist.append("ComfyUiApi")