mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-28 09:28:48 +00:00
docs: remove unnecessary setup from tutorial (#31445)
This commit is contained in:
parent
c284fdae89
commit
38c19d2891
@ -115,10 +115,6 @@
|
|||||||
" )\n",
|
" )\n",
|
||||||
" if not os.environ.get(\"LANGSMITH_PROJECT\"):\n",
|
" if not os.environ.get(\"LANGSMITH_PROJECT\"):\n",
|
||||||
" os.environ[\"LANGSMITH_PROJECT\"] = \"default\"\n",
|
" os.environ[\"LANGSMITH_PROJECT\"] = \"default\"\n",
|
||||||
"if \"OPENAI_API_KEY\" not in os.environ:\n",
|
|
||||||
" os.environ[\"OPENAI_API_KEY\"] = getpass.getpass(\n",
|
|
||||||
" prompt=\"Enter your OpenAI API key (required if using OpenAI): \"\n",
|
|
||||||
" )\n",
|
|
||||||
"```"
|
"```"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user