Updates for 2023-03-07
·2 mins
Table of Contents
Here’s the projects added or updated today:
Apps #
- ChatPDF is an innovative tool that allows users to verbally communicate with their PDF files, making it easier to extract information from large documents such as manuals, legal contracts, and research papers.
- An open source ChatGPT web UI with additional features like TTS. Source code: cogentapps/chat-with-gpt
- A native desktop ChatGPT client that utilizes your own API key, providing a faster and enhanced chat experience.
- A translator app that uses OpenAI GPT-3 to translate between languages. It is a PWA that can be installed on your phone or desktop. Source code: LanceMoe/openai-translator
- One-click summary of the subtitled Bilibili Video. Source code: JimmyLv/BiliGPT
- This is a flask app provides an interface to enable a conversation with a research paper. Source code: ResearchGPT.
- The author explored the utilization of vector embeddings derived from the text that closely matches the prompt in the original tweet: @mukul0x
- An Android application that filters ads, spam, notifications using GPT AI.
CLI #
- A command-line interface (CLI) tool that utilizes the OpenAI API to translate locale files based on JSON format.
- A python package to interface with OpenAI’s GPT-3 API.
- A Commitizen CLI and Commitizen adapter generate standardized commit messages with AI.
Chatbots #
Telegram
- karfly/chatgpt_telegram_bot: Written in Python.
- n3d1117/chatgpt-telegram-bot: Written in Python.
- RainEggplant/chatgpt-telegram-bot: Written in JavaScript.
- leafduo/chatgpt-telegram-bot: Written in Go.
- TBXark/ChatGPT-Telegram-Workers: This one has been specifically made for Cloudflare Workers.
WeChat
Microsoft Teams
Slack
Feishu
Tools #
- A search engine for OpenAI’s GPT models.
- Online playground for openai’s tiktoken library, calculating the correct number of tokens for a given prompt. Source code: dqbd/tiktokenizer
OpenAI GPT-3.5 Price Calculator
- Calculate how much it will cost to generate certain number of words by using OpenAI GPT-3.5 API.
Articles #
- How to Use OpenAI’s GPT-3 API to Generate High-Quality Texts
- [How to build a chatbot with GPT-3 and Node.js