Skip to content
View RahulDey12's full-sized avatar
🐛
Finding Bugs.
🐛
Finding Bugs.

Sponsors

@jonzenor

Organizations

@Think-To-Share

Block or report RahulDey12

Report abuse

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

Report abuse

Pinned Loading

  1. gpt-3-encoder gpt-3-encoder Public

    🤖 GPT-3-Encoder is a PHP implementation of OpenAI's original python encoder/decoder.

    PHP 2

  2. laravel-captcha laravel-captcha Public

    Cloudflare Turnstile, Hcaptcha & Google ReCaptcha Solution for Laravel Framework.

    PHP 105 4

  3. laravel-console-spinner laravel-console-spinner Public

    Customized loading ⌛ spinner for Laravel Artisan Console.

    PHP 76 3

  4. webpack-scss-starter webpack-scss-starter Public template

    JavaScript

  5. Amazon Linux 2 PHP setup Amazon Linux 2 PHP setup
    1
    #!/bin/sh
    2
    if [ $(id -u) -ne 0 ]; then
    3
        echo "You should be root. Try with sudo" >&2
    4
        exit 1
    5
    fi
  6. tiktoken-php tiktoken-php Public

    A PHP implementation of OpenAI's BPE tokenizer tiktoken.

    PHP 7