Skip to content

Commit

Permalink
Add blog posts to resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrammel committed Jan 13, 2024
1 parent b770772 commit f1a00fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/integration/model-provider/llamacpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
1 change: 1 addition & 0 deletions docs/integration/model-provider/ollama.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit f1a00fd

Please sign in to comment.