Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pathwaycom/pathway
/ model
Method
model
python/pathway/xpacks/llm/llms.py:62–63 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
60
61
@property
62
def
model(self) -> str | None:
63
return
self.kwargs.get(
"model"
)
64
65
66
def
_prep_message_log(messages: list[dict], verbose: bool) -> str:
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected