diff --git a/examples/function_calling/fireworks_functions_information_extraction.ipynb b/examples/function_calling/fireworks_functions_information_extraction.ipynb index e926fbe..0f3fadc 100644 --- a/examples/function_calling/fireworks_functions_information_extraction.ipynb +++ b/examples/function_calling/fireworks_functions_information_extraction.ipynb @@ -17,7 +17,7 @@ "source": [ "# Summarize Anything - Information Extraction via [Fireworks Function Calling](https://readme.fireworks.ai/docs/function-calling)\n", "\n", - "This is inspired by awesome colab notebook by [Deepset](https://colab.research.google.com/github/anakin87/notebooks/blob/main/information_extraction_via_llms.ipynb). Check out there OSS LLM Orchestration framework [haystack](https://haystack.deepset.ai/).\n", + "This is inspired by awesome colab notebook by [Deepset](https://colab.research.google.com/github/anakin87/notebooks/blob/main/information_extraction_via_llms.ipynb). Check out their OSS LLM Orchestration framework [haystack](https://haystack.deepset.ai/).\n", "\n", "In this experiment, we will use function calling ability of [Fireworks Function Calling](https://readme.fireworks.ai/docs/function-calling) model to generate structured information from unstructured data.\n", "\n", @@ -666,4 +666,4 @@ }, "nbformat": 4, "nbformat_minor": 0 -} \ No newline at end of file +}