📄️ Explain This
Ever wondered how to build a tool that can quickly explain any text using a large language model (LLM)? Whether you're a developer, a curious learner, or just fascinated by the power of AI, creating an "Explain This" feature is more accessible than you might expect. In this demo, we’ll walk you through how to set up a simple context menu extension that explains selected text with just a few lines of code.
📄️ Streaming
This example demonstrates how to use a large language model (LLM) to stream text in real-time. Streaming allows you to receive and process data as it is generated, which can be particularly useful for applications like chatbots, real-time translation, or any scenario where immediate feedback is beneficial.
📄️ Translator
Are you curious about how to build an English-to-French translator using a large language model (LLM)? Whether you're a developer, language enthusiast, or simply interested in the capabilities of modern AI, creating a translator like this is easier than you might think. In this demo, we will show you how to set up a simple translator using a few lines of code.