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

Function buildGeminiConfigModels

sdk/cliproxy/service.go:2537–2542  ·  view source on GitHub ↗
(entry *config.GeminiKey)

Source from the content-addressed store, hash-verified

2535}
2536
2537func buildGeminiConfigModels(entry *config.GeminiKey) []*ModelInfo {
2538 if entry == nil {
2539 return nil
2540 }
2541 return buildConfigModels(entry.Models, "google", "gemini")
2542}
2543
2544func buildClaudeConfigModels(entry *config.ClaudeKey) []*ModelInfo {
2545 if entry == nil {

Callers 1

Calls 1

buildConfigModelsFunction · 0.85

Tested by

no test coverage detected