Best of OpenAI2022

  1. 1
    Article
    Avatar of hnHacker News·4y

    an open-source GitHub Copilot server

    FauxPilot is an attempt to build a locally hosted version of GitHub Copilot. It uses the SalesForce CodeGen models inside of NVIDIA's Triton Inference Server with the FasterTransformer backend. If you have two NVIDIA RTX 3080 GPUs, you should be able to run the 6B model by putting fauxpilot-triton-1. The container image is governed by the NVIDIA Deep Learning Container License. Don't use it.

  2. 2
    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.

  3. 3
    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.

  4. 4
    Article
    Avatar of asayerasayer·4y

    3 alternatives to GitHub Copilot to keep an eye out for

    Tabnine has successfully automated 30% of the code created by more than 1,000,000 developers. The tool is powered by OpenAI GPT-3, a language prediction tool that generates human-like text. It lets you write code based on the code you have already written for your projects. Tabnine users who buy the Pro Plan can access the new, advanced code completion features for 14 days.

  5. 5
    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.

  6. 6
    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.

  7. 7
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    How to Generate Images using React and the Dall-E 2 API – React and OpenAI API Tutorial

    How to Generate images using React and the Dall-E 2 API - React and OpenAI API Tutorial. OpenAI just released its DALL-E API where users can generate custom images by just typing in a query. Let’s learn how you can integrate this into your React application to create your own application const openai = new OpenAIApi(configuration). Here is the whole code until now.

  8. 8
    Article
    Avatar of developertechDeveloper Tech·4y

    GitHub Copilot will enable developers to code using their voice

    GitHub Copilot feature will enable developers to code using their voice. Microsoft and OpenAI have found themselves in hot water over Copilot. A class-action lawsuit was launched against the companies this week to determine whether the feature infringes on the rights of developers.

  9. 9
    Article
    Avatar of lnLaravel News·4y

    OpenAI PHP Client

    After weeks of development, @gehrisandro and I are proud to announce the release of OpenAI PHP Client v0.1. It's a supercharged PHP API client that allows you to interact with the OpenAI API.

  10. 10
    Article
    Avatar of theregisterThe Register·4y

    OpenAI opens its doors to DALL-E text-to-image service

    OpenAI opens its doors to DALL-E, its cloud service for generating images from text prompts, available to the public without any waitlist. The original service debuted in January 2021 and was superseded by Dall-E 2 this April. OpenAI justified the closed list by citing the need to be cautious.

  11. 11
    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.

  12. 12
    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.

  13. 13
    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.

  14. 14
    Article
    Avatar of hnHacker News·4y

    Open-source rival for OpenAI’s DALL-E runs on your graphics card

    Stable Diffusion is already expected to run on a single graphics card with 5.1 gigabytes of VRAM – bringing AI technology to the edge that until now has only been available through cloud services. The code and a trained model will be published as open source. There will be a hosted version with a web interface August 7, 2022 Stable diffusion. The model is also supposed to running on MacBooks with Apple's M1 chip.

  15. 15
    Article
    Avatar of hashnodeHashnode·4y

    WriterAI: A Revolutionary AI Based Content Writing Tool

    WriterAI is an AI-based content writing tool that can turn your unstructured text into engaging content and generate up to 5 different paragraphs with an input of just 5 words. It is completely free to use If you ever wish to take a backup of your projects or publish them to other platforms like wordpress, you can easily export your projects in XML, XML and Markdown formats.

  16. 16
    Article
    Avatar of communityCommunity Picks·4y

    GitHub Copilot investigation · Joseph Saveri Law Firm & Matthew Butterick

    GitHub Copilot is a plugin for Visual Studio and other IDEs that produces what Microsoft calls “suggestions’ based on what you type into the editor. Microsoft and OpenAI have conceded that Copilot & Codex are trained on open-source software in public repos on GitHub. There is no US case squarely resolving the fair-use ramifications of AI training.