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

Function buildClaudeConfigModels

sdk/cliproxy/service.go:2544–2549  ·  view source on GitHub ↗
(entry *config.ClaudeKey)

Source from the content-addressed store, hash-verified

2542}
2543
2544func buildClaudeConfigModels(entry *config.ClaudeKey) []*ModelInfo {
2545 if entry == nil {
2546 return nil
2547 }
2548 return buildConfigModels(entry.Models, "anthropic", "claude")
2549}
2550
2551func buildCodexConfigModels(entry *config.CodexKey) []*ModelInfo {
2552 if entry == nil {

Callers 1

Calls 1

buildConfigModelsFunction · 0.85

Tested by

no test coverage detected