[Oct. 15] Pika AI’s New Effects: Dissolve It, Crumble It, Ta-da It, and Deflate ItPika AI just introduced four new effects, and they’re so much fun to play […]
Google’s Illuminate vs. NotebookLM – Making Technical Papers Accessible
Illuminate by Google Google’s Illuminate tool is pretty neat – it turns academic papers into interactive conversations. I find it particularly useful since I’ve been using AI to […]
Weather App with Mistral Function Call
Here, we demonstrate Mistral’s function calling with a weather app. The original Mistral function calling tutorial simulates function calls, but here, we want to use a real third-party […]
Tarot Reading with Mistral RAG
I like to watch tarot readings on YouTube sometimes, and while chatbots usually know about the most popular tarot and oracle decks, I love expanding their knowledge with […]
Chatbot Role Play with Mistral’s Prefixes
A prefix is a string prepended to a model’s response. This allows some control over the response. The Mistral tutorial on prefixes mentioned various use cases, such as […]
Mistral’s Embedding Use Cases
Just a quick post about Mistral’s embedding capability and use cases from Mistral’s embedding tutorial. We’ll cover: Setup Embed Sentences Embedding dimensions are 1024 long. Distance Measure Setup […]
Code Generation with Mistral’s Codestral
Let’s show three simple ways of using code generation, based on Mistral’s code generation tutorial: fill in the middle, code completion, and use instruction. Setup Fill in the […]
Mistral’s Text Generation with Different Message Roles
Learning a little bit about Mistral’s text generation capability using their Python API here. Nothing fancy. Here’s the original article on Mistral’s text generation. Conversing with Mistral can […]
Running LLM in Command-Line? Yes, please!
Update: Simon posted his talk on YouTube and also created an annotated version of it (wow!). If you want to take a look, here’s the link: Simon’s talk […]