AI Services 10.4 tile configuration changed from handle to name for .errands.ollama_models
search cancel

AI Services 10.4 tile configuration changed from handle to name for .errands.ollama_models

book

Article ID: 438120

calendar_today

Updated On:

Products

VMware Tanzu Platform Core

Issue/Introduction

In AI Services 10.4, the configuration for .errands.ollama_models has changed.

For versions prior to 10.4:

      handle: gpt-oss:20b

 

In 10.4, this has been renamed:

      name: gpt-oss:20b

 

Environment

AI Services/GenAI tile 10.4

Resolution

This changed was made to take advantage of Ops Manager's Logical Key feature for collections:

https://techdocs.broadcom.com/us/en/vmware-tanzu/platform/tile-developer-guide/3-2/tile-dev-tanzu/property-template-references.html#collection

You will need to update your pipeline/automation for GenAI to use the value name instead of handle.