From a1120e2685ee99b0afc4312212c21cd91fd96797 Mon Sep 17 00:00:00 2001 From: VAS <126754021+fvaysh@users.noreply.github.com> Date: Tue, 17 Oct 2023 07:13:29 +0530 Subject: [PATCH] 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. --- docs/docs/integrations/llms/bittensor.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",