This commit is contained in:
Erick Friis 2024-11-21 20:02:19 -08:00
parent 254e59c2ce
commit ad87d24edc
2 changed files with 4 additions and 3 deletions

View File

@ -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>

View File

@ -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",