Building An LLM Code Interpreter Using Function Calling
LLMs are very poor at math, even if you happen to add a math textbook to its dataset. It will not learn to do calculations well. This teachback article will…
LLMs are very poor at math, even if you happen to add a math textbook to its dataset. It will not learn to do calculations well. This teachback article will…
Introducing the AI Children’s Book Generator, a prototype that harnesses the power of artificial intelligence (GPT and DALLE2) to craft stories specifically designed for children by children and their parents.…
It has recently become possible to alter any audio file to sound like a famous artist by the proces of altering the original file with deep learning. This model is…
This article will show you how to set up a basic React app that enables you to input Tattoo ideas and let OpenAI’s DALL·E 2 generate an image and post…
Oddly enough I couldn’t find anything like a proper AI Tarot card reading game online so ofcource I had to build it. Tarot reading games seem simple to implement. Building…
On the 12th of April 2023 Databricks released the first “open source, instruction-following LLM, fine-tuned on a human-generated instruction dataset licensed for research and commercial use”, named Dolly 2.0. I…
Prompt engineering is a crucial technique for improving the performance of large language models (LLMs), allowing users to customize the model’s behavior to specific tasks or domains. By designing effective…