diff --git a/docs/integration/model-provider/llamacpp.md b/docs/integration/model-provider/llamacpp.md index 6834bfae2..b77e92bd4 100644 --- a/docs/integration/model-provider/llamacpp.md +++ b/docs/integration/model-provider/llamacpp.md @@ -346,3 +346,4 @@ Specific [prompt templates for Llama.cpp](/api/namespaces/llamacpp.prompt) model - [llama.cpp GBNF Grammars](https://github.com/ggerganov/llama.cpp/tree/master/grammars) - [HuggingFace GGUF models](https://huggingface.co/models?sort=trending&search=gguf) - [Next.js Chatbot starter for llama.cpp](https://github.com/lgrammel/modelfusion-llamacpp-nextjs-starter) +- [Blog Post: Create Your Own Local Chatbot with Next.js, Llama.cpp, and ModelFusion](/blog/llamacpp-nextjs-chatbot) diff --git a/docs/integration/model-provider/ollama.md b/docs/integration/model-provider/ollama.md index f45e32d3b..ff6ce129d 100644 --- a/docs/integration/model-provider/ollama.md +++ b/docs/integration/model-provider/ollama.md @@ -269,3 +269,4 @@ Specific [prompt templates for Ollama CompletionTextGenerator](/api/namespaces/o - [Ollama GitHub](https://github.com/jmorganca/ollama) - [Ollama model library](https://ollama.ai/library) - [Next.js Chatbot starter for Ollama](https://github.com/lgrammel/modelfusion-ollama-nextjs-starter) +- [Blog Post: Create Your Own Local Chatbot with Next.js, Ollama, and ModelFusion](/blog/ollama-nextjs-chatbot)