by @zudsniper
or something...
Sorry I let us get a little behind. Let's catch up, shall we?
Follow these steps to a T & you have a
0%guarantee of success!
| #!/bin/bash | |
| # [GPT-3.5] OBVIOUSLY ITS BY THE ROBOT ITS ALL BY THE ROBOT | |
| # v4.6.0 | |
| # (this file).sh < AutoGPT-Package < AutoGPT + Kurtosis < OpenAI GPT Models + lots more.... | |
| # builder for `AutoGPT-Package`, a packaged deployment tool for AutoGPT. | |
| # | |
| # ⚠ WARNING ⚠ -- ONLY `.json` CONFIG FILES ARE FUNCTIONAL AT THE MOMENT. | |
| # 4/29/2023 | |
| # | |
| # SOURCES |
| #!/bin/bash | |
| # [GPT-3.5] OBVIOUSLY ITS BY THE ROBOT ITS ALL BY THE ROBOT | |
| # v4.2.0 | |
| # (this file).sh < AutoGPT-Package < AutoGPT + Kurtosis < OpenAI GPT Models + lots more.... | |
| # builder for `AutoGPT-Package`, a packaged deployment tool for AutoGPT. | |
| # | |
| # ⚠ WARNING ⚠ -- ONLY `.json` CONFIG FILES ARE FUNCTIONAL AT THE MOMENT. | |
| # 4/29/2023 | |
| # | |
| # SOURCES |
| upstream node_server { | |
| server localhost:3000; | |
| } | |
| server { | |
| listen 80; | |
| server_name localhost; | |
| root /usr/share/nginx/html; |
| #!/bin/bash | |
| # fuck_this_pkg.sh | |
| # ---------------- | |
| # v2.3 + GPT-4 assistance | |
| ##################################################### | |
| # load ~/.ansi_colors.sh if available | |
| FILE="~/.ansi_colors.sh" | |
| COLORS=0 |
by @zudsniper
or something...
Sorry I let us get a little behind. Let's catch up, shall we?
Follow these steps to a T & you have a
0%guarantee of success!
| // ==UserScript== | |
| // @name ChatGPT Code Completer X | |
| // @namespace http://zod.tf/ | |
| // @version 1.0.2 | |
| // @description ChatGPT limits the amount of code output. So this script adds a continue button on ChatGPT webpage to continue getting the output code stream. Make sure a previous response having a code block is present to make it work. | |
| // @author zudsniper | |
| // @match https://chat.openai.com/chat | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=openai.com | |
| // @match https://chat.openai.com/* | |
| // @grant GM_addStyle |
| #!/bin/bash | |
| set -euo pipefail | |
| # ================================================================================ # | |
| # __ __ _ _ __ | |
| # /\ \ /\ \ /' \ /' \ /\ \ | |
| # \_\ \ __\ \ \____/\_, \/\_, \ \ \ \____ __ ____ __ | |
| # /'_` \ /'__`\ \ '__`\/_/\ \/_/\ \ \ \ '__`\ /'__`\ /',__\ /'__`\ | |
| # /\ \L\ \/\ __/\ \ \L\ \ \ \ \ \ \ \ \ \ \L\ \/\ \L\.\_/\__, `\/\ __/ | |
| # \ \___,_\ \____\\ \_,__/ \ \_\ \ \_\ \ \_,__/\ \__/.\_\/\____/\ \____\ | |
| # \/__,_ /\/____/ \/___/ \/_/ \/_/ _______\/___/ \/__/\/_/\/___/ \/____/ |
| #!/bin/bash | |
| # template.sh | |
| # --------------- | |
| # by @zudsniper on github | |
| # not really, its by chatGPT but i guess i get the credit | |
| # > im leaving this in the template | |
| # | |
| # DEPENDENCIES | |
| # - thing: it is good | |
| # |
| #!/bin/bash | |
| # install_gum.sh | |
| # -------------- | |
| # @zudsniper | |
| # written by ChatGPT3.5, almost entirely | |
| # SOURCE OF ALL INSTALLATION INFORMATION | |
| # https://github.com/charmbracelet/gum#installation | |
| # -------------- |