Category: Text AI
-
Introducing PluginBase AI Batch Runner for Google Sheets with Anthropic Claude API
Introduction Although chatGPT and other AI tools like that have made it easy to generate content, generating multiple pieces of content can be still time-consuming and tedious. Enter the PluginBase AI Batch Runner for Google Sheets, powered by the Anthropic Claude AI API. This tool seamlessly integrates the power of AI into your Google Sheets,…
-
GPT-4 API: Hands-on guide
In this guide, I show how to start using GPT-4 API. Get Access to GPT-4 API First, you need to get access. Follow this guide to get access to GPT-4 API. Once, you have access, grab your OpenAI API Key. Call GPT-4 API from Python code First, install openai python package using the command pip…
-
How to get access to GPT-4
In this guide, I show how to get access to GPT-4. What is GPT-4? GPT-4 is the latest AI system from OpenAI, the creator of chatGPT. GPT-4 is more powerful than both chatGPT and GPT3. It can generate better text and code. it can also understand images and explain it back to you using text.…
-
Hands-on Guide to Using cohere AI APIs with Python
In this guide, I will explain how to use cohere AI APIs with Python. Requirements You are going to need to cohere AI API Key. You can get a free account from here. After logging in, go to Dashboard -> API Keys. While you are developing and testing, you can use a trial API key.…
-
Easiest Guide to build a chatGPT for your PDF documents using GPT-3/3.5
In this guide, we will see how to build a chatGPT for your PDF documents i.e. an AI that will answer your questions based on a particular PDF document. You could use this to ask questions about your textbooks, ebooks, or anything else as long as it’s in a PDF file format We will be…
-
Building a command line chatbot using cohereAI chat API
In this short guide, we will build an AI chatbot that works in your command line program. This is really how to guide and showcase how powerful the new chat API from cohereAI is. Let’s dive in Requirements and Pre-requisites You need to have Python 3.x or higher installed You should know your way around…
-
Guide to Azure OpenAI Service
Microsoft Azure OpenAI Service is an enterprise-level re-bundling of OpenAI’s AI models like GPT3, 3.5, Codex, DALL-E 2, chatGPT, etc. Azure OpenAI Service makes the OpenAI AI models available from Azure. It’s an invite-only service and is targeted at large Azure users. The current models available are: GPT 3 and GPT3.5 DALL-E 2 Codex chatGPT…
-
10 Best vector databases for building AI Apps with embeddings
Building an AI-based semantic search or Q&A application? You might need is a vector database to store and search your embeddings easily. As part of my experiments with creating embeddings for AI semantic search, I have been collecting and trying out various Vector databases. This guide lists the best vector databases I have come across…
-
10 Ways ChatGPT Can Save You Time and Improve Your Productivity in 2023
OpenAI’s ChatGPT has taken the world by storm in the last few days since it launched. Here I will show some Fun and Unique Ways to Use ChatGPT. I will show ways to use chatGPT in different domains, like programming, writing, as a tutor, and a lot more. Let’s dive in Answer Specific Questions and…
-
Run 100B+ Language Models at Home with Petals
Large language models like GPT-3 are huge and require a large of GPUs to run on. But what if we could all run 100+B Language models right on our computers? Petals is here to help! With its BitTorrent-style approach, you can now run language models with over 100 billion parameters at home. Petals allow you…