mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-07 09:02:04 +00:00
indicate support for claude messages api
This commit is contained in:
parent
e3b7905e1c
commit
674b7f5eee
1 changed files with 1 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue