Skip to content

Commit 141f2a1

Browse files
ToriLindsaypedrosousa
authored andcommitted
[AI Gateway] Nav changes (#24940)
* [AI Gateway] Nav changes * Apply suggestions from code review Co-authored-by: Pedro Sousa <[email protected]> * Remove extra link --------- Co-authored-by: Pedro Sousa <[email protected]>
1 parent 80502e7 commit 141f2a1

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,21 @@ sidebar:
55
order: 3
66
hidden: true
77
---
8+
import { DashButton } from "~/components";
89

910
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.
1011

1112
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.
1213

13-
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/).
14+
This tutorial will guide you through the process of adding human feedback to your evaluations in AI Gateway using the Cloudflare dashboard.
1415

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

1718
## 1. Log in to the dashboard
1819

19-
1. Log into the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
20-
2. Go to **AI** > **AI Gateway**.
20+
In the Cloudflare dashboard, go to the **AI Gateway** page.
21+
22+
<DashButton url="/?to=/:account/ai/ai-gateway" />
2123

2224
## 2. Access the Logs tab
2325

src/content/docs/ai-gateway/reference/audit-logs.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title: Audit logs
33
pcx_content_type: concept
44

55
---
6+
import { DashButton } from "~/components";
67

78
[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.
89

910
## Viewing Audit Logs
1011

11-
To view audit logs for AI Gateway:
12+
To view audit logs for AI Gateway, in the Cloudflare dashboard, go to the **Audit logs** page.
1213

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

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
{}
33
---
4+
import { DashButton } from "~/components";
45

56
To change the default log configuration in the dashboard:
67

7-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
8-
2. Go to **AI** > **AI Gateway**.
9-
3. Select **Settings**.
10-
4. Change the **Logs** setting to your preference.
8+
1. In the Cloudflare dashboard, go to the **AI Gateway** page.
9+
10+
<DashButton url="/?to=/:account/ai/ai-gateway" />
11+
12+
2. Select **Settings**.
13+
3. Change the **Logs** setting to your preference.

0 commit comments

Comments
 (0)