MCPcopy Create free account
hub / github.com/ScalingIntelligence/tokasaurus / ScriptConfig

Class ScriptConfig

tokasaurus/scripts/ping.py:7–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6
7class ScriptConfig(pydra.Config):
8 prompt: str
9
10 model: str = ""
11 port: int = 10210
12 host: str = "0.0.0.0"
13 chat: bool = False
14 max_tokens: int = 100
15 n: int = 1
16 temperature: float = 0.0
17 hide: bool = False
18 retries: int = 0
19
20
21def ping(config: ScriptConfig):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected