Getting Feedback
This is everything you need to know about receiving feedback on your model
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)
Last updated