Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,21 @@ sidebar:
order: 3
hidden: true
---
import { DashButton } from "~/components";

Human feedback is a valuable metric to assess the performance of your AI models. By incorporating human feedback, you can gain deeper insights into how the model's responses are perceived and how well it performs from a user-centric perspective. This feedback can then be used in evaluations to calculate performance metrics, driving optimization and ultimately enhancing the reliability, accuracy, and efficiency of your AI application.

Human feedback measures the performance of your dataset based on direct human input. The metric is calculated as the percentage of positive feedback (thumbs up) given on logs, which are annotated in the Logs tab of the Cloudflare dashboard. This feedback helps refine model performance by considering real-world evaluations of its output.

This tutorial will guide you through the process of adding human feedback to your evaluations in AI Gateway using the [Cloudflare dashboard](https://dash.cloudflare.com/).
This tutorial will guide you through the process of adding human feedback to your evaluations in AI Gateway using the Cloudflare dashboard.

On the next guide, you can [learn how to add human feedback via the API](/ai-gateway/evaluations/add-human-feedback-api/).

## 1. Log in to the dashboard

1. Log into the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
2. Go to **AI** > **AI Gateway**.
In the Cloudflare dashboard, go to the **AI Gateway** page.

<DashButton url="/?to=/:account/ai/ai-gateway" />

## 2. Access the Logs tab

Expand Down
6 changes: 3 additions & 3 deletions src/content/docs/ai-gateway/reference/audit-logs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ title: Audit logs
pcx_content_type: concept

---
import { DashButton } from "~/components";

[Audit logs](/fundamentals/account/account-security/review-audit-logs/) provide a comprehensive summary of changes made within your Cloudflare account, including those made to gateways in AI Gateway. This functionality is available on all plan types, free of charge, and is enabled by default.

## Viewing Audit Logs

To view audit logs for AI Gateway:
To view audit logs for AI Gateway, in the Cloudflare dashboard, go to the **Audit logs** page.

1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account.
2. Go to **Manage Account** > **Audit Log**.
<DashButton url="/?to=/:account/audit-log" />

For more information on how to access and use audit logs, refer to [review audit logs documentation](/fundamentals/account/account-security/review-audit-logs/).

Expand Down
11 changes: 7 additions & 4 deletions src/content/partials/ai-gateway/logging.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
{}
---
import { DashButton } from "~/components";

To change the default log configuration in the dashboard:

1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
2. Go to **AI** > **AI Gateway**.
3. Select **Settings**.
4. Change the **Logs** setting to your preference.
1. In the Cloudflare dashboard, go to the **AI Gateway** page.

<DashButton url="/?to=/:account/ai/ai-gateway" />

2. Select **Settings**.
3. Change the **Logs** setting to your preference.
Loading