Header + Profile Pic changes (#1242)

This commit is contained in:
royziv11 2024-06-07 12:45:02 -07:00 committed by GitHub
parent 5ea0f34955
commit ab845754ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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",