| 64 | } |
| 65 | |
| 66 | type HuggingFaceInput struct { |
| 67 | Organization string `json:"organization"` |
| 68 | Name string `json:"name"` |
| 69 | MaxSequenceLength int `json:"maxSequenceLength"` |
| 70 | } |
| 71 | |
| 72 | type Model struct { |
| 73 | ID string `json:"id"` |
nothing calls this directly
no outgoing calls
no test coverage detected