MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / buildVertexCompatConfigModels

Function buildVertexCompatConfigModels

sdk/cliproxy/service.go:2530–2535  ·  view source on GitHub ↗
(entry *config.VertexCompatKey)

Source from the content-addressed store, hash-verified

2528}
2529
2530func buildVertexCompatConfigModels(entry *config.VertexCompatKey) []*ModelInfo {
2531 if entry == nil {
2532 return nil
2533 }
2534 return buildConfigModels(entry.Models, "google", "vertex")
2535}
2536
2537func buildGeminiConfigModels(entry *config.GeminiKey) []*ModelInfo {
2538 if entry == nil {

Callers 1

Calls 1

buildConfigModelsFunction · 0.85

Tested by

no test coverage detected