Skip to content

Commit ab84575

Browse files
authored
Header + Profile Pic changes (openai#1242)
1 parent 5ea0f34 commit ab84575

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

authors.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ dylanra-openai:
9191
royziv11:
9292
name: "Roy Ziv"
9393
website: "https://www.linkedin.com/in/roy-ziv-a46001149/"
94-
avatar: "https://media.licdn.com/dms/image/D5603AQHkaEOOGZWtbA/profile-displayphoto-shrink_400_400/0/1699500606122?e=1716422400&v=beta&t=wKEIx-vTEqm9wnqoC7-xr1WqJjghvcjjlMt034hXY_4"
94+
avatar: "https://media.licdn.com/dms/image/D5603AQHkaEOOGZWtbA/profile-displayphoto-shrink_200_200/0/1699500606122?e=1723075200&v=beta&t=2h6JQpVYm0YncvJRCxCHMB-PmGLg2m3UNbfOB0Yc8rM"
9595

9696
justonf:
9797
name: "Juston Forte"

examples/Developing_hallucination_guardrails.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"cell_type": "markdown",
7474
"metadata": {},
7575
"source": [
76-
"# 1. Building out an eval set\n",
76+
"## 1. Building out an eval set\n",
7777
"\n",
7878
"Imagine we are a customer support team that is building out an automated support agent. We will be feeding the assistant information from our knowledge base about a specific set of policies for how to handle tickets such as returns, refunds, feedback, and expect the model to follow the policy when interacting with customers.\n",
7979
"\n",
@@ -596,7 +596,7 @@
596596
"cell_type": "markdown",
597597
"metadata": {},
598598
"source": [
599-
"# 2. Constructing our hallucination guardrail\n",
599+
"## 2. Constructing our hallucination guardrail\n",
600600
"\n",
601601
"When building out our hallucination guardrail, here are some guiding principles:\n",
602602
"\n",

0 commit comments

Comments
 (0)