ollama-haskell-0.1.0.0: Ollama Haskell library
Safe HaskellSafe-Inferred
LanguageGHC2021

Data.Ollama.Show

Synopsis

Show Model Info API

showModel Source #

Arguments

:: Text

model name

-> IO (Maybe ShowModelResponse) 

Show given model's information.

Higher level API for show. @since 1.0.0.0

showModelOps Source #

Arguments

:: Text

model name

-> Maybe Bool

verbose

-> IO (Maybe ShowModelResponse) 

Show given model's information with options.

Since: 1.0.0.0

data ShowModelResponse Source #

Ouput structure for show model information.

Constructors

ShowModelResponse 

Fields