MCPcopy Create free account
hub / github.com/encoder-run/operator / HuggingFace

Struct HuggingFace

pkg/graph/model/models_gen.go:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60type HuggingFace struct {
61 Organization string `json:"organization"`
62 Name string `json:"name"`
63 MaxSequenceLength int `json:"maxSequenceLength"`
64}
65
66type HuggingFaceInput struct {
67 Organization string `json:"organization"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected