Howdy,
I have been running into a bunch of issues trying to get this model to work. I don't really know what I am doing wrong I think it may have something to do with my ai connection file. I have tried with both OpenAI which generates output but it looks like it is not actually using my api key since it isn't consuming credits. After fiddling with it I switched to llama which just crashes ArcGIS Pro.
Here's how OpenAI .ais file looks:
{
"service_provider" : "OpenAI",
"api_key" : "API_KEY"
}
Here's how the llama .ais file looks:
{
"service_provider" : "local-llama"
}