Arthur is a model monitoring and observability platform.The following guide shows how to run a registered chat LLM with the Arthur callback handler to automatically log model inferences to Arthur. If you do not have a model currently onboarded to Arthur, visit our onboarding guide for generative text models. For more information about how to use the
Arthur SDK
, visit our docs.
run
function will save the chat history in an ongoing list so that the conversation can reference earlier messages and log each response to the Arthur platform. You can view the history of this model’s inferences on your model dashboard page.
Enter q
to quit the run loop