Score anything & tune against data. Bring your scoring systems to life with the Pi's REST API, SDKs, and starter notebooks.
from withpi import PiClient
pi = PiClient()scores = pi.scoring_system.score( llm_input="Pi Labs", llm_output="Score anything with Pi Labs today!", scoring_spec=[{"question":"Is there a strong call to action?"}])print(scores.total_score)