Arthur
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.
Installation and Setup
Place Arthur credentials here
arthur_url = "https://app.arthur.ai"
arthur_login = "your-arthur-login-username-here"
arthur_model_id = "your-arthur-model-id-here"