Skip to content

Commit 22bdb3e

Browse files
daisyfaithaumaOxyjun
authored andcommitted
Added description to show different ways of how to add human feedback (#17839)
* Added description to show different ways of how to add human feedback * add link to dashboard tutorial * Reworded sentence * Update src/content/docs/ai-gateway/evaluations/add-human-feedback-api.mdx Co-authored-by: Jun Lee <[email protected]> --------- Co-authored-by: Jun Lee <[email protected]>
1 parent c0050bd commit 22bdb3e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/content/docs/ai-gateway/evaluations/add-human-feedback-api.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ sidebar:
77

88
This guide will walk you through the steps of adding human feedback to an AI Gateway request using the Cloudflare API. You will learn how to retrieve the relevant request logs, and submit feedback using the API.
99

10+
If you prefer to add human feedback via the dashboard, refer to [Add Human Feedback](/ai-gateway/evaluations/add-human-feedback/).
11+
1012
## 1. Create an API Token
1113

1214
1. [Create an API token](/fundamentals/api/get-started/create-token/) with the following permissions:

src/content/docs/ai-gateway/evaluations/add-human-feedback.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
pcx_content_type: how-to
3-
title: Add Human Feedback
3+
title: Add Human Feedback using Dashboard
44
sidebar:
55
order: 3
66
---
@@ -9,7 +9,9 @@ Human feedback is a valuable metric to assess the performance of your AI models.
99

1010
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.
1111

12-
This tutorial will guide you through the process of adding human feedback to your evaluations in AI Gateway.
12+
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/).
13+
14+
On the next guide, you can [learn how to add human feedback via the API](/ai-gateway/evaluations/add-human-feedback-api/).
1315

1416
## 1. Log in to the dashboard
1517

0 commit comments

Comments
 (0)