Fixed a typo in bittensor.ipynb (#11821)

Fixed a typo : 

benifits -> benefits

If no one reviews your PR within a few days, please @-mention one of
@baskaryan, @eyurtsev, @hwchase17.
This commit is contained in:
VAS
2023-10-17 07:13:29 +05:30
committed by GitHub
parent 2a6d4acc9d
commit a1120e2685

View File

@@ -43,7 +43,7 @@
" system_prompt=\"Your task is to determine response based on user prompt.Explain me like I am technical lead of a project\"\n",
")\n",
"sys_resp = llm_sys(\n",
" \"What is bittensor and What are the potential benifits of decentralized AI?\"\n",
" \"What is bittensor and What are the potential benefits of decentralized AI?\"\n",
")\n",
"print(f\"Response provided by LLM with system prompt set is : {sys_resp}\")\n",
"\n",