mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-13 05:25:07 +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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user