vercel / modelfusion

The TypeScript library for building AI applications.
https://modelfusion.dev
MIT License
1.01k stars 76 forks source link

Adding Llama3 prompt generator #335

Open richardgroves opened 2 months ago

richardgroves commented 2 months ago

Adding a completion prompt generator for Llama 3 Added tests for Llama 3 prompt generation Added example CompletionTextGenerator for Llama 3

Also added a chatbot Llama 3 example that works around an Ollama problem with Llama 3 stop sequences