Giter VIP home page Giter VIP logo

lordgpt's Introduction

LordGPT

Autonomous AI Assistant fully capable of performing tasks on its own. JOIN US ON DISCORD: https://discord.gg/mhGtn6fb

UPDATE: GPT3.5 Is just pretending to do everything. Working on a new prompt just for GPT3.5 GPT3.5 wasnt tested near as much as GPT4, so keep an open mind.

WELCOME LordGPT is an automated AI Assistant that can accomplish a wide range of tasks.

  • Browse Internet and Research.
  • Read and Write local files.
  • Generate Python Scripts, and even write its own commands to further is capabilities.
  • Search Google
  • Generate formatted PDF Reports
  • Use more than one API at a time. Options to flip between Azure and OpenAI for each call, reducing timeouts, and helping Azure and OpenAI out by spreading out requests.

LordGPT is different from other AI agents. I designed it not with code, but with prompt engineering. The code is simple as you can tell. The prompts are formatted to perform the tasks, not code. Hundreds of hours were spent on these prompts, and the slightest change will throw him off, keep that in mind. Also, I choose not to use the OpenAI module, and build from scratch to increase speed, even if its a few ms. Other than that, I hope you enjoy it as much as I did creating it.

COMING SOON: Releasing a binary shortly to run LordGPT directly on windows without any of the steps below. Check back.

KNOWN ISSUES:

  1. My python code is not optimized, no need to tell me. Join and help or post an issue.
  2. Hallucinates and pretends to do things when the goal is too vague. I'm mostly fixed this but it happens randomly. Decrease the temp and top_p helps.
  3. API Timeouts, nothing I can do. Apply for Azure GPT-4 and use the new ALTERNATE feature. Works great..
  4. The prompts were built with my thinking mind, with that said you might prompt it to do things I didnt think of.

REQUIREMENTS:

  • Google Search API for searching.
  • Deep pockets for tokens.

INSTALLATION WINDOWS:

  1. Enable WSL dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
  2. Install WSL by running the following command: wsl --install
  3. Follow the on-screen instructions to install your desired Linux distribution from the Microsoft Store.
  4. Launch the Linux terminal by searching for your distribution or type WSL in the cmd prompt.

RUN THESE BASH COMMANDS, COPY AND PASTE

  1. ls /home/USERNAME you choose during installation to see the files in your home directory.
  2. Type sudo apt update && sudo apt upgrade && sudo apt install pip && sudo apt install wkhtmltopdf
  3. type git clone GITURL
  4. cd LordGPT
  5. pip install -r requirements.txt - Sorry for the long requirements, its my dev machine.
  6. python3 LordGPT.py

MAC USERS

  1. Open Terminal
  2. /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
  3. export PATH="/usr/local/opt/python/libexec/bin:$PATH"
  4. brew install python
  5. pip3 install -r requirements.txt
  6. pip3 install requests
  7. pip3 install termcolor
  8. pip3 install beautifulsoup4
  9. pip3 install PyPDF2
  10. pip3 install jsmin
  11. pip3 install fake-useragent
  12. pip3 install pdfkit
  13. pip3 install tiktoken
  14. Now setup your .env

lordgpt's People

Contributors

cytranics avatar github-user-name avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.