Getting Feedback

This is everything you need to know about receiving feedback on your model

Good to know: Receiving feedback is essential to building a great model and iterating on feedback

Get sample responses from your deployed model

fb = chai.get_feedback(submission_id)
fb.sample() #shall return a sample

Get model stats, ie (stays_in_character, safety score, etc)

chai.get_model_info(submission_id)

Please Note: It may take 10-15 minutes for your model to receive these stats

Last updated