MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / describe

Method describe

paperflow/providers/config.py:42–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

40 embed_dimensions: int
41
42 def describe(self) -> str:
43 return (
44 f"llm={self.llm_provider}:{self.llm_model} "
45 f"embed={self.embed_provider}:{self.embed_model}({self.embed_dimensions})"
46 )
47
48
49_DEFAULT_LLM_MODEL: dict[str, str] = {

Callers 3

doctorFunction · 0.80
demoFunction · 0.80
test_describe_formatFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_describe_formatFunction · 0.64