From b7f34749b16d02ab5f90f6e7bcb6f7f6fade0c4f Mon Sep 17 00:00:00 2001 From: Michael Li Date: Fri, 30 May 2025 05:55:36 +1000 Subject: [PATCH] docs: fix grammar issue in assign.ipynb and fireworks.ipynb (#31412) Co-authored-by: ccurme --- docs/docs/how_to/assign.ipynb | 2 +- docs/docs/integrations/chat/fireworks.ipynb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/how_to/assign.ipynb b/docs/docs/how_to/assign.ipynb index b231b0fb781..94efd41e532 100644 --- a/docs/docs/how_to/assign.ipynb +++ b/docs/docs/how_to/assign.ipynb @@ -157,7 +157,7 @@ "\n", "## Next steps\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", "To learn more, see the other how-to guides on runnables in this section." ] diff --git a/docs/docs/integrations/chat/fireworks.ipynb b/docs/docs/integrations/chat/fireworks.ipynb index d3ddfccd1e3..1924151910a 100644 --- a/docs/docs/integrations/chat/fireworks.ipynb +++ b/docs/docs/integrations/chat/fireworks.ipynb @@ -17,7 +17,7 @@ "source": [ "# ChatFireworks\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", "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", @@ -39,7 +39,7 @@ "\n", "### Credentials\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:" ] }, {