Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- showModel :: Text -> IO (Maybe ShowModelResponse)
- showModelOps :: Text -> Maybe Bool -> IO (Maybe ShowModelResponse)
- data ShowModelResponse = ShowModelResponse {}
Show Model Info API
:: Text | model name |
-> IO (Maybe ShowModelResponse) |
Show given model's information.
Higher level API for show. @since 1.0.0.0
Show given model's information with options.
Since: 1.0.0.0
data ShowModelResponse Source #
Instances
FromJSON ShowModelResponse Source # | The instance for show model response |
Defined in Data.Ollama.Show | |
Show ShowModelResponse Source # | |
Defined in Data.Ollama.Show showsPrec :: Int -> ShowModelResponse -> ShowS # show :: ShowModelResponse -> String # showList :: [ShowModelResponse] -> ShowS # | |
Eq ShowModelResponse Source # | |
Defined in Data.Ollama.Show (==) :: ShowModelResponse -> ShowModelResponse -> Bool # (/=) :: ShowModelResponse -> ShowModelResponse -> Bool # |