mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-09 04:50:37 +00:00
x
This commit is contained in:
parent
254e59c2ce
commit
ad87d24edc
@ -23,8 +23,9 @@ First, make sure you have a PyPi account and have logged in with Poetry:
|
|||||||
<summary>How to create a PyPi Token</summary>
|
<summary>How to create a PyPi Token</summary>
|
||||||
|
|
||||||
1. Go to the [PyPi website](https://pypi.org/) and create an account.
|
1. Go to the [PyPi website](https://pypi.org/) and create an account.
|
||||||
2. Go to your account settings and enable 2FA. To generate an API token, you **must** have 2FA enabled currently.
|
2. Verify your email address by clicking the link that PyPi emails to you.
|
||||||
3. Go to your account settings and [generate a new API token](https://pypi.org/manage/account/token/).
|
3. Go to your account settings and click "Generate Recovery Codes" to enable 2FA. To generate an API token, you **must** have 2FA enabled currently.
|
||||||
|
4. Go to your account settings and [generate a new API token](https://pypi.org/manage/account/token/).
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
@ -200,7 +200,7 @@
|
|||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"# title=\"tests/unit_tests/test_chat_models.py\"\n",
|
"# title=\"tests/unit_tests/test_chat_models.py\"\n",
|
||||||
"from typing import Tuple, Type\n",
|
"from typing import Type\n",
|
||||||
"\n",
|
"\n",
|
||||||
"from langchain_parrot_link.chat_models import ChatParrotLink\n",
|
"from langchain_parrot_link.chat_models import ChatParrotLink\n",
|
||||||
"from langchain_tests.unit_tests import ChatModelUnitTests\n",
|
"from langchain_tests.unit_tests import ChatModelUnitTests\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user