MCPcopy Create free account
hub / github.com/FastMAS/KVCOMM / Cost

Class Cost

KVCOMM/utils/globals.py:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 self.value = 0.0
12
13class Cost(Singleton):
14 def __init__(self):
15 self.value = 0.0
16
17class PromptTokens(Singleton):
18 def __init__(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected