MCPcopy Create free account
hub / github.com/algorithmicsuperintelligence/optillm / select

Method select

optillm/plugins/proxy/routing.py:19–21  ·  view source on GitHub ↗

Select a provider from the list

(self, providers: List)

Source from the content-addressed store, hash-verified

17
18 @abstractmethod
19 def select(self, providers: List) -> Optional:
20 """Select a provider from the list"""
21 pass
22
23class RoundRobinRouter(Router):
24 """Round-robin routing strategy"""

Callers 1

createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected