mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
Header + Profile Pic changes (#1242)
This commit is contained in:
parent
5ea0f34955
commit
ab845754ee
@ -91,7 +91,7 @@ dylanra-openai:
|
|||||||
royziv11:
|
royziv11:
|
||||||
name: "Roy Ziv"
|
name: "Roy Ziv"
|
||||||
website: "https://www.linkedin.com/in/roy-ziv-a46001149/"
|
website: "https://www.linkedin.com/in/roy-ziv-a46001149/"
|
||||||
avatar: "https://media.licdn.com/dms/image/D5603AQHkaEOOGZWtbA/profile-displayphoto-shrink_400_400/0/1699500606122?e=1716422400&v=beta&t=wKEIx-vTEqm9wnqoC7-xr1WqJjghvcjjlMt034hXY_4"
|
avatar: "https://media.licdn.com/dms/image/D5603AQHkaEOOGZWtbA/profile-displayphoto-shrink_200_200/0/1699500606122?e=1723075200&v=beta&t=2h6JQpVYm0YncvJRCxCHMB-PmGLg2m3UNbfOB0Yc8rM"
|
||||||
|
|
||||||
justonf:
|
justonf:
|
||||||
name: "Juston Forte"
|
name: "Juston Forte"
|
||||||
|
@ -73,7 +73,7 @@
|
|||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"# 1. Building out an eval set\n",
|
"## 1. Building out an eval set\n",
|
||||||
"\n",
|
"\n",
|
||||||
"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",
|
"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",
|
||||||
"\n",
|
"\n",
|
||||||
@ -596,7 +596,7 @@
|
|||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"# 2. Constructing our hallucination guardrail\n",
|
"## 2. Constructing our hallucination guardrail\n",
|
||||||
"\n",
|
"\n",
|
||||||
"When building out our hallucination guardrail, here are some guiding principles:\n",
|
"When building out our hallucination guardrail, here are some guiding principles:\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user