mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-24 07:35:18 +00:00
docs: fix grammar issue in assign.ipynb and fireworks.ipynb (#31412)
Co-authored-by: ccurme <chester.curme@gmail.com>
This commit is contained in:
parent
dd4fc8ab8f
commit
b7f34749b1
@ -157,7 +157,7 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"## Next steps\n",
|
"## Next steps\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Now you've learned how to pass data through your chains to help to help format the data flowing through your chains.\n",
|
"Now you've learned how to pass data through your chains to help format the data flowing through your chains.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"To learn more, see the other how-to guides on runnables in this section."
|
"To learn more, see the other how-to guides on runnables in this section."
|
||||||
]
|
]
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"# ChatFireworks\n",
|
"# ChatFireworks\n",
|
||||||
"\n",
|
"\n",
|
||||||
"This doc help you get started with Fireworks AI [chat models](/docs/concepts/chat_models). For detailed documentation of all ChatFireworks features and configurations head to the [API reference](https://python.langchain.com/api_reference/fireworks/chat_models/langchain_fireworks.chat_models.ChatFireworks.html).\n",
|
"This doc helps you get started with Fireworks AI [chat models](/docs/concepts/chat_models). For detailed documentation of all ChatFireworks features and configurations head to the [API reference](https://python.langchain.com/api_reference/fireworks/chat_models/langchain_fireworks.chat_models.ChatFireworks.html).\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Fireworks AI is an AI inference platform to run and customize models. For a list of all models served by Fireworks see the [Fireworks docs](https://fireworks.ai/models).\n",
|
"Fireworks AI is an AI inference platform to run and customize models. For a list of all models served by Fireworks see the [Fireworks docs](https://fireworks.ai/models).\n",
|
||||||
"\n",
|
"\n",
|
||||||
@ -39,7 +39,7 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"### Credentials\n",
|
"### Credentials\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Head to (ttps://fireworks.ai/login to sign up to Fireworks and generate an API key. Once you've done this set the FIREWORKS_API_KEY environment variable:"
|
"Head to (https://fireworks.ai/login to sign up to Fireworks and generate an API key. Once you've done this set the FIREWORKS_API_KEY environment variable:"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user