Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nashsu/FreeAskInternet
/ ModelList
Class
ModelList
server.py:52–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
51
52
class
ModelList(BaseModel):
53
object: str =
"list"
54
data: List[ModelCard] = []
55
56
57
class
ChatMessage(BaseModel):
Callers
1
list_models
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected