OpenAI GPT-4 Update: A New Era in Function Calling

It’s been an exciting journey observing OpenAI’s progressive leaps in the field of generative AI. Their cutting-edge models, gpt-3.5-turbo and gpt-4, released earlier this year, have been at the forefront of developers’ toolkits, catalyzing countless fascinating applications. We have discussed many GPT applications on the Finxter blog, such as productivity use cases for coders and … Read more

Solving Response [403] HTTP Forbidden Error: Scraping SEC EDGAR

The Securities and Exchange Commission’s (SEC) Electronic Data Gathering, Analysis, and Retrieval system, known as EDGAR, serves as a rich source of information. This comprehensive database houses financial reports and statements that companies are legally required to disclose, such as a quarterly report filed by institutional investment managers. However, when attempting to extract data from … Read more

OpenAI Whisper Cannot Import Numpy

The Problem: NumPy Is Missing If you try to run the Whisper model from OpenAI but encounter an error stating the absence of NumPy, a package crucial for Python’s array computing. ValueError: Unable to compare versions for numpy>=1.17: need=1.17 found=None. This is unusual. Consider reinstalling numpy. If you check the NumPy package version, you may … Read more

Bitcoin Whitepaper Poster (Printable PDF)

I just wrapped up designing a printable PDF poster of the Bitcoin whitepaper. Spotted a different one on the web, and since I’ve already made a Bitcoin whitepaper cheat sheet, I couldn’t help but take a crack at it myself. πŸ˜… You can also click on the image to download the printable PDF: πŸ‘‡ If … Read more

Top Eight GPT-4 Productivity Use Cases for Coders (No BS)

Everybody now uses large language models (LLMs) like GPT-4. Still, I realized that many reported “use cases” are actually not that useful or can be performed more efficiently with other non-LLM tools. This article explores some of these proven “No BS” productivity use cases for GPT-4, as discussed by various contributors in the OpenAI forum, … Read more

Label Studio Quickstart

🏷️ Label Studio is an open-source data labeling tool to label multiple data types such as audio, text, images, videos, and time series. You can export multiple model formats using a simple user interface. It is often used for data preparation to get more accurate machine learning models. Here’s an example from the GitHub repository: … Read more

Startup.ai – Eight Steps to Start an AI Subscription Biz

Having created multiple online ventures and reached tens of millions of users during the last 5-10 years, I am confused when realizing that many of my close friends and Finxter members believe they are “too late to the game” or they have “missed the train”. This is for all the ambitious coders who have not … Read more

15 Easy Fixes for Your OpenAI Account Was Flagged for Potential Abuse

TLDR Some users reportedly fixed it using the “Check In With Google” feature! The Problem Encountering an error message like “Your Account Was Flagged For Potential Abuse” can be frustrating when using ChatGPT, OpenAI’s powerful language model. Reasons Behind the Error Message: The error message typically appears when your account has been flagged for potential … Read more

26 Insane Auto-GPT and Baby AGI Alternatives You Ought to Try in 2023

Project 01: AgentGPT Description: Created by Asim Shrestha, AgentGPT allows for the assembly, configuration, and deployment of autonomous AI agents right in your browser. Author: Asim Shrestha πŸ•ŠοΈ Twitter: https://twitter.com/asimdotshrestha Project 02: BabyAGI on Slack Description: This project brings BabyAGI to Slack, with each thread representing a unique objective. Its author, Frank Chen, has enabled … Read more

Smol-Developer: Your Cute AI-Based Junior Developer πŸ•β€πŸ¦Ί

I just stumbled upon this project smol-developer that allows you to have your own “junior” programming assistant. If you’re like me, i.e., not really a nerd in deep Reddit culture, you wonder what exactly “smol” means in this context. What does “smol” mean? πŸ‡ Smol is an affectionate way of saying someone or something is … Read more