Add new vertex providers

This commit is contained in:
Kwaroran
2025-03-23 16:47:52 +09:00
parent 1640157801
commit 6bd0794a4d
2 changed files with 12 additions and 30 deletions

View File

@@ -547,6 +547,7 @@ export async function requestChatDataMain(arg:requestDataArgument, model:ModelMo
return requestPlugin(targ)
case LLMFormat.Ooba:
return requestOoba(targ)
case LLMFormat.VertexAIGemini:
case LLMFormat.GoogleCloud:
return requestGoogleCloudVertex(targ)
case LLMFormat.Kobold: