IOllamaResource.addHuggingFaceModel
Method
interface IOllamaResource { // ... omitted for brevity addHuggingFaceModel( name: string, modelName: string): OllamaModelResource;}Signature
method
addHuggingFaceModel builder Adds a model from Hugging Face to the Ollama resource. Only models in GGUF format are supported.
addHuggingFaceModel( name: string, modelName: string): OllamaModelResourceParameters
name string modelName string Returns
OllamaModelResource Defined on
This method is defined on the following type: