Skip to content

Commit ef278df

Browse files
authored
Change the api key name (#315)
1 parent e96d58e commit ef278df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/24_Building_Chat_App.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"import os\n",
125125
"from getpass import getpass\n",
126126
"\n",
127-
"model_api_key = os.getenv(\"HF_API_TOKEN\", None) or getpass(\"Enter HF API key:\")"
127+
"model_api_key = os.getenv(\"HF_API_KEY\", None) or getpass(\"Enter HF API key:\")"
128128
]
129129
},
130130
{

0 commit comments

Comments
 (0)