| 58 | } |
| 59 | |
| 60 | type HuggingFace struct { |
| 61 | Organization string `json:"organization"` |
| 62 | Name string `json:"name"` |
| 63 | MaxSequenceLength int `json:"maxSequenceLength"` |
| 64 | } |
| 65 | |
| 66 | type HuggingFaceInput struct { |
| 67 | Organization string `json:"organization"` |
nothing calls this directly
no outgoing calls
no test coverage detected