mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-01 19:03:25 +00:00
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:
parent
2a6d4acc9d
commit
a1120e2685
@ -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",
|
" system_prompt=\"Your task is to determine response based on user prompt.Explain me like I am technical lead of a project\"\n",
|
||||||
")\n",
|
")\n",
|
||||||
"sys_resp = llm_sys(\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",
|
")\n",
|
||||||
"print(f\"Response provided by LLM with system prompt set is : {sys_resp}\")\n",
|
"print(f\"Response provided by LLM with system prompt set is : {sys_resp}\")\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user