diff --git a/examples/67_Whats_new_in_txtai_8_0.ipynb b/examples/67_Whats_new_in_txtai_8_0.ipynb index 25eb5d3bf..81f481ffc 100644 --- a/examples/67_Whats_new_in_txtai_8_0.ipynb +++ b/examples/67_Whats_new_in_txtai_8_0.ipynb @@ -252,7 +252,7 @@ "source": [ "Let's unpack what just happened here. The Agent reviewed multiple sources and aggregated the references into a single report. This is quite powerful 💪\n", "\n", - "Note that depending on the LLM used, errors can be seen as the Agent tries to get the function parameters right. This example is using Llama 3.1 8B. A more powerful LLM will likely lead to even better results. Remember that txtai supports a number of LLM frameworks (Hugging Face, llama.cpp and LiteLLM APIs)" + "Note that depending on the LLM used, errors can be seen as the Agent tries to get the function parameters right. This example is using Llama 3.1 8B. A more powerful LLM will likely lead to even better results. Remember that txtai supports a number of LLM frameworks (Hugging Face, llama.cpp and LiteLLM APIs)." ] }, {