Evaluates whether the response contains references to OpenAI, its models (like ChatGPT, GPT-3, GPT-4), or identifies itself as an OpenAI product
This evaluation template checks whether a text contains references to OpenAI, its models (like ChatGPT, GPT-3, GPT-4), or identifies itself as an OpenAI product. It’s particularly useful for ensuring AI responses maintain proper branding and attribution.
result = evaluator.evaluate( eval_templates="no_openai_reference", inputs={ "input": "Dear Sir, I hope this email finds you well. I look forward to any insights or advice you might have whenever you have a free moment" }, model_name="turing_flash")print(result.eval_results[0].output)print(result.eval_results[0].reason)