Skip to content
View PutziSan's full-sized avatar

Block or report PutziSan

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. react-factory-hooks react-factory-hooks Public

    Implementing react hooks via the factory-pattern

    JavaScript 24

  2. formik-fields formik-fields Public

    An extension to the great formik-library

    TypeScript 2

  3. create-craco-het create-craco-het Public

    TypeScript

  4. TS-JS-React-Webpack-babel7-setup TS-JS-React-Webpack-babel7-setup Public

    Yet another starter-template because I was not able to understand the configurations of other starters.

    JavaScript 1 1

  5. react-dynamic-context react-dynamic-context Public

    Type-safe dynamic context with only a few lines of code.

    TypeScript 2

  6. Streaming ChatGPT API Responses in N... Streaming ChatGPT API Responses in Node.js using async generators
    1
    # Streaming ChatGPT API Responses in Node.js
    2
    
                  
    3
    This repository contains a reusable function leveraging async generators to stream real-time responses from OpenAI's ChatGPT API, word by word, in a Node.js environment. Instead of waiting for the entire response to be generated, this function allows for an interactive experience where the AI's thoughts are streamed as they are produced.
    4
    
                  
    5
    ## Prerequisites