diff --git a/docs/docs/integrations/llms/bittensor.ipynb b/docs/docs/integrations/llms/bittensor.ipynb index 6d349aa584..c3504f50a8 100644 --- a/docs/docs/integrations/llms/bittensor.ipynb +++ b/docs/docs/integrations/llms/bittensor.ipynb @@ -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",