Run jordillull/acme-assistant using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"jordillull/acme-assistant:ed2fdefcaca8e4b7348da82ea2c19f40d0ea6b83901c7902872b9a885a30ccc0",
input={
"prompt": "What's the phone number of the company?"
}
)
print(output)