Skip to content

Commit

Permalink
Cleaned up API KEY placeholder text (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
init27 authored Jan 17, 2025
2 parents 258052f + 3cd67f3 commit 1ea5010
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"import os\n",
"from groq import Groq\n",
"# Create the Groq client\n",
"client = Groq(api_key='gsk_PDfGP611i_HAHAHAHA_THIS_IS_NOT_MY_REAL_KEY_PLEASE_REPLACE')"
"client = Groq(api_key='YOUR_API_KEY')"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@
"from groq import Groq\n",
"\n",
"# Create the Groq client\n",
"client = Groq(api_key='gsk_PDfGP611i_HAHAHAHA_THIS_IS_NOT_MY_REAL_KEY_PLEASE_REPLACE')\n",
"client = Groq(api_key='YOUR_API_KEY')\n",
"\n",
"tavily_client = TavilyClient(api_key='fake_key_HAHAHAHA_THIS_IS_NOT_MY_REAL_KEY_PLEASE_REPLACE')\n"
"tavily_client = TavilyClient(api_key='YOUR_API_KEY')\n"
]
},
{
Expand Down

0 comments on commit 1ea5010

Please sign in to comment.