Best of OpenAIDecember 2022

  1. 1
    Article
    Avatar of dzDZone·3y

    Learn Python with ChatGPT

    The Human Definition ChatGPT is the newest ‘chatbot’ in the market. It is built on top of OpenAI’s GPT-3.5 family of large language models. The bot is trained to engage in human-like conversations, admits mistakes, accepts follow-up questions and provides updated information.

  2. 2
    Article
    Avatar of taiTowards AI·3y

    ChatGPT — A Revolution

    ChatGPT is the new AI chatbot from OpenAI. It is a variant of the popular language generation model GPT-3, specifically designed for conversation and chatbot applications. The bot is shrewd enough to stop you if you try to mess around with it.

  3. 3
    Article
    Avatar of hnHacker News·3y

    Building A Virtual Machine inside ChatGPT

    A new ChatGPT assistant made by OpenAI can be built inside a virtual machine. The virtual machine is locked inside the root directory of a Linux machine. We can chat with this Assistant chatbot, locked in the alt-internet attached to avirtual machine.

  4. 4
    Article
    Avatar of lnLaravel News·3y

    OpenAI for Laravel

    Nuno Maduro released an OpenAI PHP Client for Laravel in October. This week he announced a brand Laravel integration called OpenAPI Laravel. The integration allows developers to use OpenAI's powerful natural language processing capabilities in their Laravel applications.

  5. 5
    Article
    Avatar of 80lv80 LEVEL·3y

    OpenAI's ChatGPT Can Generate Python Scripts for Blender

    Blender's Michal Kalisz has shared the results of an experiment with OpenAI's ChatGPT. Michal produced two scripts for Blender, one for selecting an object with more than 20 triangles and one for adding a Bevel modifier. The AI managed to produce working results, which you can check out below.

  6. 6
    Article
    Avatar of awstipAWS Tip·3y

    Take 6 Minutes to Create a free OpenAI GPT-3 bot via a Slack with Serverless in Lolo.

    Take 6 minutes to create a free OpenAI GPT-3 bot via a Slack with Serverless in Lolo. OpenAI invites everyone to test ChatGPT, a new AI-powered chatbot so let’s use it to quickly build a Slack app to communicate with it for free. The Lolo app is free.

  7. 7
    Article
    Avatar of pointerPointer·3y

    openai/openai-cookbook: Examples and guides for using the OpenAI API

    openai/openai-cookbook: Examples and guides for using the OpenAI API OpenAI Cookbook. This repository shares example code and example prompts for accomplishing common tasks with the Open AI API. To try these examples yourself, you’ll need an OpenAI account to get started.